Skip to content

Instantly share code, notes, and snippets.

@linuxkathirvel
Last active January 16, 2021 04:19
Show Gist options
  • Save linuxkathirvel/e8f81a19a31d4554769d62b4890d4804 to your computer and use it in GitHub Desktop.
Save linuxkathirvel/e8f81a19a31d4554769d62b4890d4804 to your computer and use it in GitHub Desktop.
How to upgrade Fedora?

How to upgrade Fedora?

sudo dnf install dnf-plugin-system-upgrade
# Reboot the system after the above command completed.
sudo dnf system-upgrade download --refresh --releasever=33
sudo dnf system-upgrade reboot

# You can remove cached packages by executing 'dnf clean packages'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment