Return to Snippet

Revision: 43033
at March 15, 2011 16:47 by wnasich


Initial Code
dpkg-query --show --showformat='${Package;-50}\t${Installed-Size}\n' | sort -k 2 -n | grep -v deinstall | awk '{printf "%.3f MB \t %s\n", $2/(1024), $1}' | tail -n 10

Initial URL
http://www.ubuntizandoelplaneta.com/2010/11/truco-que-programa-ocupa-mas-espacio.html

Initial Description


Initial Title
List installed packages by size

Initial Tags
linux

Initial Language
Bash