Tips tagged dpkg


3

Tip #828   Sorting debian packages installed by size

The command below will give a list of the packages installed on a debian system sorted from smallest to largest (the order can be reveresed by adding an 'r' option to sort - 'sort -k2 -nr').

Read more »

3

Tip #815   Matching files and packages in Debian/Ubuntu

To find out what files a package generated during installation.

Read more »