Created
May 9, 2020 16:04
-
-
Save jj11hh/ad9006f1da61fed26653565ca9bb4852 to your computer and use it in GitHub Desktop.
remove all configure files of removed packages on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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