Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Created March 5, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joswr1ght/c988f69cd68562bf003f to your computer and use it in GitHub Desktop.
Save joswr1ght/c988f69cd68562bf003f to your computer and use it in GitHub Desktop.
dpkg-query -W --showformat='${Installed-Size;10}\t${Package}\n' | sort -k1,1n
@joswr1ght
Copy link
Author

Remove, then purge: dpkg -l | grep ^rc | cut -d' ' -f3 | xargs dpkg -P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment