Skip to content

Instantly share code, notes, and snippets.

@zeljic
Last active October 4, 2015 09:01
Show Gist options
  • Save zeljic/e32abf4e226d213db125 to your computer and use it in GitHub Desktop.
Save zeljic/e32abf4e226d213db125 to your computer and use it in GitHub Desktop.
Ubuntu Cleanup Command
sudo apt-get -f install && sudo apt-get autoremove && sudo apt-get -y autoclean && sudo apt-get -y clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment