Skip to content

Instantly share code, notes, and snippets.

@jj11hh
Created May 9, 2020 16:04
Show Gist options
  • Select an option

  • Save jj11hh/ad9006f1da61fed26653565ca9bb4852 to your computer and use it in GitHub Desktop.

Select an option

Save jj11hh/ad9006f1da61fed26653565ca9bb4852 to your computer and use it in GitHub Desktop.
remove all configure files of removed packages on Ubuntu
sudo dpkg --purge $(dpkg --get-selections | grep deinstall | cut -f1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment