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

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.