Last Updated: February 25, 2016
·
934
· thorsummoner

List installed packages by size

List in ascending order your installed packages by size:

Code:

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

For me Google Chrome was number one, Though Steam Games (not listed in apt, for obvious reasons) still take the cake.