Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taylorhutchison/b164ef0c137bc37ffd55c4acee119179 to your computer and use it in GitHub Desktop.
Save taylorhutchison/b164ef0c137bc37ffd55c4acee119179 to your computer and use it in GitHub Desktop.
How to update ubuntu to latest LTS version from terminal
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