Skip to content

Instantly share code, notes, and snippets.

@jxu
Created October 18, 2019 21:40
Show Gist options
  • Save jxu/93318c6f535832ab96afd81cb0a7c01f to your computer and use it in GitHub Desktop.
Save jxu/93318c6f535832ab96afd81cb0a7c01f to your computer and use it in GitHub Desktop.
list packages and size
dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment