Skip to content

Instantly share code, notes, and snippets.

@CreatorB
Created October 13, 2015 15:12
Show Gist options
  • Save CreatorB/9b965301f7d0e1701d18 to your computer and use it in GitHub Desktop.
Save CreatorB/9b965301f7d0e1701d18 to your computer and use it in GitHub Desktop.
Clean Junk Linux
##CLI
#Cleaning up of partial package:
sudo apt-get autoclean
#Cleaning up of the apt cache:
sudo apt-get clean
#Cleaning up of any unused dependencies:
sudo apt-get autoremove
#autoremove command whenever you want to uninstall an application.
sudo apt-get autoremove application-name
##TOOL
sudo apt-get install gtkorphan
sudo apt-get install bleachbit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment