Skip to content

Instantly share code, notes, and snippets.

@k4zek4ge
Created October 15, 2023 10:03
Show Gist options
  • Save k4zek4ge/023b908137892f5b712835a404f97682 to your computer and use it in GitHub Desktop.
Save k4zek4ge/023b908137892f5b712835a404f97682 to your computer and use it in GitHub Desktop.
[upgrade ubuntu] #ubuntu https://sypalo.com/how-to-upgrade-ubuntu
#Update packages list
sudo apt-get update
#Upgrade packages
sudo apt-get upgrade
#Install update-manager-core package
sudo apt-get install update-manager-core
#Upgrade distro
sudo apt-get dist-upgrade
#Update Ubuntu to the latest LTS release
sudo do-release-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment