Skip to content

Instantly share code, notes, and snippets.

@l0neranger
Created September 9, 2014 05:30
Show Gist options
  • Save l0neranger/78a94b2b851750cdfc21 to your computer and use it in GitHub Desktop.
Save l0neranger/78a94b2b851750cdfc21 to your computer and use it in GitHub Desktop.
Purge dpkg packages marked as rc
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