Created
February 19, 2015 22:40
-
-
Save guillermoroblesjr/fbd48e95329aac616208 to your computer and use it in GitHub Desktop.
Updating packages with apt-get
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
| # Updating | |
| sudo apt-get update | |
| sudo apt-get dist-upgrade | |
| # a specific program to update: | |
| sudo apt-get install <program> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment