Skip to content

Instantly share code, notes, and snippets.

@bseibold
Created August 7, 2012 23:52
Show Gist options
  • Save bseibold/3290659 to your computer and use it in GitHub Desktop.
Save bseibold/3290659 to your computer and use it in GitHub Desktop.
Installed debian packages by size
dpkg-query -Wf'${Status} ${Installed-Size} ${Package}\n'| sed -ne's/^install ok installed //p' | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment