Skip to content

Instantly share code, notes, and snippets.

@dnegi-dev
Last active January 14, 2023 00:10
Show Gist options
  • Save dnegi-dev/95cb250f2bd82b9ca9310f8407b97519 to your computer and use it in GitHub Desktop.
Save dnegi-dev/95cb250f2bd82b9ca9310f8407b97519 to your computer and use it in GitHub Desktop.

Upgrade your Linux OS

Check your OS Version (systemd only)

hostnamectl | grep "Operating System"

Ubuntu Focal (20.04) to Jammy (22.04)

sudo sed -i 's/focal/jammy/g' /etc/apt/sources.list
sudo apt update && sudo apt full-upgrade -y

OpenSUSE Leap 15.3 to 15.4

sed -i 's/15.3/${releasever}/g' /etc/zypp/repos.d/*.repo
zypper --releasever=15.4 refresh
zypper --releasever=15.4 dup --download-in-heaps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment