Created
October 13, 2015 15:12
-
-
Save CreatorB/9b965301f7d0e1701d18 to your computer and use it in GitHub Desktop.
Clean Junk Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##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