Created
May 6, 2013 19:27
-
-
Save jaqque/5527477 to your computer and use it in GitHub Desktop.
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
for i in `aptitude -F %p search '~i!~E!~M'`; do echo; echo --- $i ---; echo;yes n | sudo aptitude --purge markauto $i; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Ubuntu, install aptitude first.