Skip to content

Instantly share code, notes, and snippets.

@cryptrz
Last active November 2, 2021 20:32
Show Gist options
  • Save cryptrz/e71c0fd8724c277519682c57b1a933d2 to your computer and use it in GitHub Desktop.
Save cryptrz/e71c0fd8724c277519682c57b1a933d2 to your computer and use it in GitHub Desktop.
Upgrade Fedora Linux to next version
Upgrade all packages:
sudo dnf upgrade --refresh
Install the DNF system upgrade plugin, if not already installed:
sudo dnf install dnf-plugin-system-upgrade
Download the files (Replace XX by the version number):
sudo dnf system-upgrade download --releasever=XX
Upgrade the system and reboot:
sudo dnf system-upgrade reboot
After the reboot, clean the system:
sudo dnf system-upgrade clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment