This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[SOLVED] List All Installed Packages

Zorinator

Sun Apr 27, 2014 10:52:44 pm

Hi

With me being a novice :oops: :shock: , the info here was obtained online many moons ago. I have found it useful when I needed to know what packages were installed on my system. In a terminal, just type the command below:

Code:
sudo dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n


I have meanwhile found the source of this acquired wisdom:
http://www.unixmen.com/list-your-ubuntu-installed-packages/