Last active
February 22, 2023 15:41
-
-
Save zamicol/d61e8ed73134ada420ae2ce7bfe24ca2 to your computer and use it in GitHub Desktop.
How to Update 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 update | |
sudo apt upgrade -y | |
sudo apt-get autoremove | |
sudo apt-get dist-upgrade | |
sudo shutdown -r now | |
sudo do-release-upgrade | |
``` | |
Will adress these errors: | |
- Please install all available updates for your release before upgrading. | |
- You have not rebooted after updating a package which requires a reboot. Please reboot before upgrading |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment