Created
July 6, 2017 02:34
-
-
Save UBarney/842c5950c37476eea0a38e308765870e to your computer and use it in GitHub Desktop.
ubuntu_update_package
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
sudo apt-get update # Fetches the list of available updates | |
sudo apt-get upgrade # Strictly upgrades the current packages | |
sudo apt-get dist-upgrade # Installs updates (new ones) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment