Created
July 27, 2024 22:13
-
-
Save taylorhutchison/b164ef0c137bc37ffd55c4acee119179 to your computer and use it in GitHub Desktop.
How to update ubuntu to latest LTS version from terminal
This file contains 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 | |
sudo apt dist-upgrade | |
sudo apt autoremove | |
sudo apt install update-manager-core | |
sudo do-release-upgrade -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment