Created
October 31, 2017 17:05
-
-
Save franc3000/8c132dc5ee33b427ee8dd9fb026f3a38 to your computer and use it in GitHub Desktop.
update ubuntu #ubuntu
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