...

How to Upgrade to Fedora 34 Beta Right Now

how-to-upgrade-to-fedora-34-beta-right-now

Fedora 34 will be releasing next month. Fedora 34 beta is already released and it features the awesome new GNOME 40.

If you are running Fedora 33 right now and want to enjoy GNOME 40 and all the other features that come with Fedora 34, you can easily do that.

In this tutorial, I’ll show the steps for upgrading to Fedora 34 beta using terminal as well as the GUI method.

Keep in mind that you cannot downgrade to Fedora 33 the same way you upgraded to Fedora 34. You’ll have to reinstall it.

Upgrade to Fedora beta via command line

Unlike upgrading to beta version in Ubuntu, Fedora doesn’t need additional steps to exclusively mention that you are looking for a pre-release version upgrade. The steps are the same as upgrading to any Fedora stable version. Fedora presumes that you know what you are asking for.

With that information, it’s time to see the steps of the upgrade procedure.

The first step is to upgrade all the installed packages to the latest available version. Normally, it should not take long if you update your Fedora system regularly.

sudo dnf upgrade --refresh

Then, install the system upgrade plugin for DNF. This will be quick.

sudo dnf install dnf-plugin-system-upgrade

At this step, you should provide the number of version you are upgrading. In this case, you are looking to upgrade to Fedora 34, so instruct your system to download the release of Fedora 34 with releasever=34.

The longest time will be taken by this step. Grab a cup of coffee or even go to lunch if you don’t have superfast internet.

sudo dnf system-upgrade download --releasever=34

When this process completes, you need to reboot your system with this command to start the actual upgrade process:

sudo dnf system-upgrade reboot

You’ll see a dark screen with progress of your system upgrade:

upgrade fedora

Once the process completes, you’ll be logged in to Fedora 34 beta.

Upgrading to Fedora 34 beta graphically with GNOME Software Center (works only for GNOME desktop)

If you are using the GNOME desktop environment that comes with Fedora by default, you have the option to upgrade to the beta version graphically using the GNOME Software application.

Well … almost graphically. Because you’ll need to run this command in the terminal anyway:

gsettings set org.gnome.software show-upgrade-prerelease true

With that done, open the GNOME Software Center and go to the Updates tab. Make sure there are no pending updates to install. If there are any, install them.

If you don’t see the availability of the next release in the software center, you can either restart your system or kill any instance of GNOME Software with this command:

pkill gnome-software

Now start GNOME Software again and you should see the availability of the beta version of Fedora 34. Hit the download button and when that finishes, you’ll be prompted to install and restart your system.

gnome 34 beta upgrade

What happens when the stable version of Fedora 34 is released?

You don’t have to do anything special to get the stable version if you are already using the beta version. Just keep your system updated and you’ll have the stable version automatically. That’s convenient, right?

I hope you find the steps to upgrade to Fedora 34 beta useful. If you have any questions, please do ask in the comment section.

Discover more from WIREDGORILLA

Subscribe now to keep reading and get access to the full archive.

Continue reading