Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raoulbhatia/6ecf0319973e2d73f824eb8f724dbd38 to your computer and use it in GitHub Desktop.
Save raoulbhatia/6ecf0319973e2d73f824eb8f724dbd38 to your computer and use it in GitHub Desktop.
Cleanup Debian Config Files
$ grep-status -n -sPackage -FStatus config-files
[...]
$ dpkg-query -f ' \n' -W | grep config-files$ | cut -d" " -f1
[...]
aptitude purge ~c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment