Installed Programs Viewing

andrew clarke mail at ozzmosis.com
Wed May 20 17:23:27 UTC 2015


On Wed 2015-05-20 00:10:06 UTC+0000, agents4jesus at gmail.com (agents4jesus at gmail.com) wrote:

> What’s the bash command to view installed programs?
> 
> 
> I’m basically running out of HD space and am looking for programs to
> throw out.

This will list the disk usage of each package in KB, with the larger
packages at the end:

dpkg-query -W -f='${Installed-Size}\t${Package} ${Version}\n' | sort -n





More information about the ubuntu-users mailing list