Skip to content

Instantly share code, notes, and snippets.

@nguyenbathanh
Created April 6, 2016 07:40
Show Gist options
  • Save nguyenbathanh/307d13ec345a6ad356e1df0fb11835c1 to your computer and use it in GitHub Desktop.
Save nguyenbathanh/307d13ec345a6ad356e1df0fb11835c1 to your computer and use it in GitHub Desktop.
Ubuntu remove all RC packages command
dpkg -l | grep ^rc | cut -d ' ' -f3 | xargs sudo dpkg --purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment