Skip to content

Instantly share code, notes, and snippets.

@lbrito1
Last active February 6, 2018 14:50
Show Gist options
  • Save lbrito1/fba652cf82c11fc1cf96f78f10fbe4bb to your computer and use it in GitHub Desktop.
Save lbrito1/fba652cf82c11fc1cf96f78f10fbe4bb to your computer and use it in GitHub Desktop.
Largest installed packages
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -30 | tac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment