Tue, 02 Feb 2010

Debian: List installed packages by size with dpkg

$ dpkg-query -W --showformat='${Installed-Size;10}\t${Package}\n' \
   | sort -k1,1n | tail -n 20 

posted at: 00:00 | path: /unix | permanent link to this entry