Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Linux Distributions»Fedora»Upgrade Fedora: A Step-by-Step Guide For Beginners

    Upgrade Fedora: A Step-by-Step Guide For Beginners

    By RahulNovember 1, 20225 Mins Read

    If you’re a new user of Fedora, you might not be aware that it comes in different versions. The latest version of Fedora is referred to as the ‘primary’ version and is called the ‘Current’ version. This means that there are previous versions released by the developers that users can upgrade to from a lower version. In this article, we look at how to upgrade your Fedora version. Read on for more information…

    Advertisement
    Upgrade Fedora
    Upgrade Fedora

    What is a Fedora Version?

    The version of Fedora you’re using tells you a lot about the state of the software that comes with the operating system. That’s because the version number corresponds to the date of release, and not the date of the last update. This means that you can find out when the operating system was first launched by looking at the version number. When you upgrade your Fedora version, you’re taking advantage of the latest software and security fixes. You can also switch to a different release channel, which we look at later in this article. This can be helpful if you’re in an organization where software updates are managed centrally.

    Tips Before Upgrading Your Fedora Version

    • We recommend that you perform a full backup of your system before you upgrade your Fedora version. This way, you can easily restore your data if something goes wrong with the upgrade. We also recommend that you check the release notes of the new version before you start the upgrade process. These notes will tell you what new features you can expect and any potential issues that you might run into.
    • Before you can upgrade your Fedora version, you have to make sure you have enough space on your hard drive. This is because the upgrade process downloads the ISO file for the new version and installs it alongside the version you’re currently using. It then uses some clever technology to make sure you can toggle between the two versions.

    You can upgrade to the latest version of Fedora using either the graphical user interface or the command line. We recommend using the graphical user interface method for the Fedora workstation and using the DNF command line upgrade plugin for Fedora servers.

    Upgrading Fedora Workstation (GUI)

    The Fedora Workstations are recommended to upgrade using the graphical user interface. Once a new Fedora version is available to upgrade, you will get a notification on the screen.

    1. Then you should go to the Fedora Software section and open the Updates pane. Here you will find the notification of the latest version. Next click the Download button as shown in below screen:
      Upgrade Fedora Workstation
      Download New Fedora Version

    2. Once the download is finished, you will get a Restart & Update button. Just click this button to continue the upgrade process. This will reboot your system and complete the Fedora Upgrade.
      Upgrade Fedora Workstation
      Upgrade Fedora Workstation

    Wait for the Fedora upgrade process complete. You can utilize this time with other tasks or have a cup of coffee. Once the upgrade is finished, log in to the Fedora system and check the version.

    Upgrade Fedora Using DNF (CLI)

    The System upgrade is only officially tested over the 2 previous releases. For example, if the latest Fedora version is 36 then you should upgrade to this version from 35 and 34. If the Fedora version is older than 2 releases, it is recommended to do it in several smaller steps. You can find the current Fedora version with the following commands.

    cat /etc/fedora-release 
    
    Fedora release 35 (Thirty Five)
    

    You can visit the official website to find the latest Fedora version details. Then follow the below instructions to upgrade Fedora version:

    1. Uprade current packages on your system. To do this open a terminal and type:
      sudo dnf --refresh upgrade 
      

      This will take a long time as per the available packages to upgrade.

    2. The dnf-plugin-system-upgrade is a plugin for the DNF package manager. Which is used to upgrade fedora systems quickly.
      sudo dnf install dnf-plugin-system-upgrade --best 
      
    3. Once you have installed the plugin. Now download the latest packages of Fedora 36.
      sudo dnf system-upgrade download --refresh --releasever=36 
      
    4. This will start the final upgrade process to get Fedora 36 on your system.
      dnf system-upgrade reboot 
      

      This will reboot your Fedora system and start the upgrade process. You will see a process bar like the below screenshot:

      The upgrade process takes time. Have a cup of coffee and be relaxed until the upgrade is complete.

    Post Upgrade Tasks (Optional)

    Once the system is upgraded successfully to the latest Fedora version. Rebuild the rpm database with the following command.

    rpm --rebuilddb 
    

    Also perform the Distro Sync on your latest Fedora version.

    dnf distro-sync --setopt=deltarpm=0 
    

    Conclusion

    Nowadays, there is nothing better than using Linux because it has many benefits that are not available to users using other operating systems. One of the best things about using Linux is that you can easily upgrade the version of this operating system between different releases. Many users often wonder how they can upgrade the version of their Linux operating system because this process can be done easily. This article explains how you can upgrade the version of your Fedora Linux operating system.

    Reference:
    https://docs.fedoraproject.org/en-US/quick-docs/dnf-system-upgrade/

    dnf dnf upgrade fedora how to upgrade fedora Upgrade Fedora upgrade fedora system
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    How To Install Apache Solr on Fedora

    How To Install Apache Solr 9.0 on Fedora 36/35

    How to Install PowerShell on Fedora

    How to Install PowerShell on Fedora

    How to Install Drupal on Fedora

    How To Install and Configure Drupal on Fedora 35/34

    View 2 Comments

    2 Comments

    1. Krystian Juskowiak on September 27, 2014 2:11 pm

      Hello 🙂

      New version of my unofficial GUI for FedUp, which simplify upgrade process was released (v1.0.2).

      I’ve added “check for updates” option so keeping with up-to-date is not a problem anymore 🙂

      KFUpgrade need only Java JRE installed and Xterm.

      Hope it simplify someone upgrade process 🙂

      Current link: https://www.dropbox.com/s/biygu679mlxscnp/KFUpgrade-v1.0.2.tar.gz?dl=0

      Reply
    2. Krystian Juskowiak on August 16, 2014 6:44 pm

      Hello 🙂

      If someone don’t like using CLI by finger, I’ve wrote unofficial GUI for FedUP (KFUpgrade) – it can download files for upgrade to F19/20/21 (Alpha). Next Step after GUI is Step 2.6 from Your tutorial – start upgrade in GRUB. I’ve wrote it for myself, but under GPLv3 license and source code is distributed with application, so it’s available for everyone 🙂

      To work it only need Java JRE installed (Oracle or OpenJDK) and Xterm (rpm is not avaible at this moment, lack of knowledge how to build it, so depends must be installed manually).

      Screenshots:

      – http://tinypic.com/view.php?pic=1znrajd&s=8#.U–ji0RfO2c
      – http://tinypic.com/view.php?pic=qnjuyt&s=8#.U–mYERfO2c

      Download:

      Reply

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • How to Install PHP 8.2-7.4 on RHEL & CentOS Stream 9
    • How to Install MySQL 8.0 on RHEL & CentOS Stream 9
    • How to Split Large Archives in Linux using the Command Line
    • System.out.println() Method in Java: A Beginner’s Guide
    • Split Command in Linux With Examples (Split Large Files)
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.