Created
June 20, 2009 11:07
-
-
Save mbadran/133130 to your computer and use it in GitHub Desktop.
handy apt-get commands
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
apt-get update | |
apt-get dist-upgrade | |
apt-cache search <package> | |
apt-get install <package> | |
apt-get remove <package> | |
apt-get --purge remove <package> | |
apt-get clean | |
apt-get autoclean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment