Skip to content

Instantly share code, notes, and snippets.

@Bengt
Created November 4, 2011 22:15
Show Gist options
  • Save Bengt/1340629 to your computer and use it in GitHub Desktop.
Save Bengt/1340629 to your computer and use it in GitHub Desktop.
reinstalling all packages using apt-get atitude search and xargs
aptitude search -F %p '~i' | xargs sudo apt-get -y install --reinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment