Skip to content

Instantly share code, notes, and snippets.

@anibalardid
Created September 6, 2019 18:55
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 anibalardid/13f9a27873695aba694bb06231623701 to your computer and use it in GitHub Desktop.
Save anibalardid/13f9a27873695aba694bb06231623701 to your computer and use it in GitHub Desktop.
remove residual config apt packages purge
dpkg -l | grep '^rc' | awk '{print $2}' | xargs dpkg --purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment