02 Feb 2010
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: 11:26 | path: /unix | permanent link to this entry
02 Feb 2010
$ dpkg-query -W --showformat='${Installed-Size;10}\t${Package}\n' \
| sort -k1,1n | tail -n 20
posted at: 11:26 | path: /unix | permanent link to this entry