Upgrading Fedora 36 to Fedora 37: A Full Step-by-Step Guide

Upgrading Fedora's version is quick and easy. Here's a step-by-step guide on how to upgrade to Fedora 37 from Fedora 36!

Fedora brings two major stable releases every year. You can easily upgrade to the latest desktop or server edition using an older version.

You benefit from getting the newest software, including new security patches and upgraded technology that comes with a new release, without resorting to reinstalling and reconfiguring your system.

There are two ways to upgrade to a new Fedora version, graphically or using the command line, and I will show you both ways here.

This article was written for upgrading from Fedora 36 to Fedora 37, but the steps for upgrading the Fedora version remain the same for any release.

Backing Up Your System

Above all, safety first! Before attempting a major upgrade on any system, you should ensure you won’t lose data if the upgrade goes wrong.

So before doing anything else, do full system backup. Of course, you can always use a command like the one shown below, which will archive all of the more important directories and their contents in a tar.gz archive.

sudo tar czf /fedora36-backup.tar.gz \
     --exclude=/fedora36-backup.tar.gz \
     --exclude=/dev \
     --exclude=/mnt \
     --exclude=/proc \
     --exclude=/sys \
     --exclude=/tmp \
     --exclude=/media \
     --exclude=/lost+found \
     /

Add more --exclude= parameters if you need to. The command creates a backup of all files in fedora36-backup.tar.gz located under the root partition (/), which should be transferred to another computer or drive, for example, using the SCP command.

Upgrading from Fedora 36 to Fedora 37 Using GUI

Upgrades are immediately available from the previous version whenever a new version of Fedora is released. This method involves upgrading using the graphical Software Center.

Open the Software application, hit the “Refresh” button, and go to the “Updates” pane. You will see a notification that says, “Fedora Linux 37 Available”. Click the “Download” button to download Fedora 36 packages.

Fedora 36 to 37 upgrade via the Software app

When you hit the “Download” button, all the files required for the upgrade will be automatically downloaded. However, the download will take some time, depending on your internet speed.

Downloading Fedora 37 files required for the upgrade

When the download is complete, click on the “Restart & Upgrade” button to start the upgrade process to Fedora 37.

Restart and starting the upgrade process to Fedora 37

A popup window will appear and prompt you to enter the password for your user. Enter your password and confirm with the “Authenticate” button.

User authentication

A new popup window will appear, and you’ll be asked to restart your system. Just click on the “Restart & Install” button.

Restart and start Fedora 37 upgrade process

The system will now restart to apply the downloaded system upgrades, as shown below. The process will take some time, so please be patient and wait for the process to be finished.

Fedora 37 upgrading

Once the upgrade process completes, your system will boot into the newer Fedora 37.

Fedora 36 to 37 upgrade process completed successfully

Upgrading from Fedora 36 to Fedora 37 Using Command Line

1. Update Software

Ensuring you have the latest packages for all currently installed software is vital. Enter the following command in a terminal:

sudo dnf upgrade --refresh
Updating Fedora 36 package base

2. Install the DNF Plugin

dnf-plugin-system-upgrade is a plugin for the DNF package manager and is used to upgrade your system to the current release of Fedora. 

Open a terminal and type the following command to install the plugin:

sudo dnf install dnf-plugin-system-upgrade

3. Download the Updated Packages

Now, begin downloading the update for Fedora 37 and upgrade progress by using the command:

sudo dnf system-upgrade download --releasever=37

Change the --releasever= number if you want to upgrade to a different release. Most people will want to upgrade to the latest stable release, Fedora 36.

You must manually approve the proposed modifications in the next three steps by typing “Y” and then confirming by pressing “Enter.”

Fedora 37 upgrade
Fedora 37 upgrade
Fedora 37 upgrade

After downloading all of the packages required to upgrade the system from Fedora 36 to Fedora 37, you will see the below screen.

Fedora 37 upgrade

It should be noted that the current Fedora 36 system has not yet been upgraded. Therefore, the actual upgrade and migration to Fedora 37 will begin in the following step.

4. Start Fedora 37 Upgrade Process

Once you finish downloading the new version, run the following command to reboot your system and get into upgrade action:

sudo dnf system-upgrade reboot

Once the system reboots, it will automatically start the upgrade. Upgrading the system will take time, so you can now relax and let it finish.

Fedora upgrading

Once it finishes, your system will reboot, and you’ll be able to log in to your newly upgraded Fedora 37 system.

Fedora 36 successfully upgraded to Fedora 37

Conclusion

This guide shows how to upgrade Fedora 36 to Fedora 37 using both the GUI and the command line. Now you can enjoy the latest packages and hardware support provided by the latest Fedora release.

For additional help or useful information, we recommend checking the official Fedora upgrade documentation.

Bobby Borisov

Bobby Borisov

Bobby, an editor-in-chief at Linuxiac, is a Linux professional with over 20 years of experience. With a strong focus on Linux and open-source software, he has worked as a Senior Linux System Administrator, Software Developer, and DevOps Engineer for small and large multinational companies.

Think You're an Ubuntu Expert? Let's Find Out!

Put your knowledge to the test in our lightning-fast Ubuntu quiz!
Ten questions to challenge yourself to see if you're a Linux legend or just a penguin in the making.

1 / 10

Ubuntu is an ancient African word that means:

2 / 10

Who is the Ubuntu's founder?

3 / 10

What year was the first official Ubuntu release?

4 / 10

What does the Ubuntu logo symbolize?

5 / 10

What package format does Ubuntu use for installing software?

6 / 10

When are Ubuntu's LTS versions released?

7 / 10

What is Unity?

8 / 10

What are Ubuntu versions named after?

9 / 10

What's Ubuntu Core?

10 / 10

Which Ubuntu version is Snap introduced?

The average score is 68%

Leave a Reply

Your email address will not be published. Required fields are marked *