Created
September 9, 2014 05:30
-
-
Save l0neranger/78a94b2b851750cdfc21 to your computer and use it in GitHub Desktop.
Purge dpkg packages marked as rc
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
dpkg --list | grep "^rc" | cut -d " " -f 3 | xargs apt-get autoremove --purge -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment