Skip to content

Instantly share code, notes, and snippets.

@dazzag24
Created March 31, 2020 19:44
Show Gist options
  • Save dazzag24/2dcf3c9a3afceb78e44248ee61aad218 to your computer and use it in GitHub Desktop.
Save dazzag24/2dcf3c9a3afceb78e44248ee61aad218 to your computer and use it in GitHub Desktop.
Find out which packages are taking up the most space you can use the following command
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment