Updating Packages
sudo apt update
sudo apt full-upgrade -y
sudo apt autoremove -y
Upgrading Ubuntu Version (Major Upgrade)
sudo apt install update-manager-core -y
sudo screen -S upgrade
sudo do-release-upgrade
Supported Ubuntu LTS Versions
| Version | Support Until | Status |
|---|---|---|
| Ubuntu 22.04 LTS | April 2027 | Current |
| Ubuntu 24.04 LTS | April 2029 | Latest |
⚠️ Before major upgrade: Take a VPS snapshot, run only via screen/tmux — SSH disconnection will kill the upgrade process. Upgrade sequentially (20.04 → 22.04 → 24.04).