...

How to upgrade Fedora 29 to Fedora 30 nixCraft

how-to-upgrade-fedora-29-to-fedora-30-nixcraft

How do I upgrade to Fedora 30 from Fedora 29 Using the dnf command? How can I update F29 to F30? Can you tell me the procedure to upgrade Fedora 29 to Fedora 30?

Fedora Linux 30 released. This page shows how to use dnf system upgrade to upgrade your system to a newer release of Fedora 30. The updated packages downloaded from the Internet. Once installation of the updated packages is complete, the system reboots again to the latest Fedora release version 30.

What’s new in Fedora 30?

Fedora Linux 30 workstation features GNOME 3.32 and many other improvements such as:

  • Linux kernel 5.0.9
  • PHP 7.3
  • Ansible 2.7.10
  • Perl 5.28.1
  • Libreoffice 6.2.2.2
  • MariaDB 10.3.12
  • Postgresql server/client 11.2
  • Vim IDE 8.1
  • GIMP 2.10.10
  • Python 3.7.3 and more

Upgrade Fedora 29 to Fedora 30

The procedure for upgrading Fedora 29 to Fedora 30 is as follows:

  1. Backup your data on Fedora 29. Do not skip this step. This author is not liable for any data loss.
  2. Patch and update Fedora 29, run: sudo dnf --refresh upgrade
  3. Install or update dnf-plugin-system-upgrade package on Fedora 29: sudo dnf install dnf-plugin-system-upgrade
  4. Start upgrading F29 to F30, execute: sudo dnf system-upgrade download --releasever=30
  5. Upgrade 29 to Fedora 30 by rebooting the system: sudo dnf system-upgrade reboot

Let us see all commands in details.

Find out your current version

Type the following command to find out Linux version:
$ lsb_release -a
$ uname -mrs

Find Fedora Linux Version

Update existing software

Run the following dnf command:
$ sudo dnf --refresh upgrade
Update Fedora 29 software

How to install upgrade plugin on Fedora 29

The dnf-plugin-system-upgrade is a plugin for the dnf package manager which handles system upgrades. It is the recommended command line upgrade method for Fedora 29. Execute the following dnf command:
$ sudo dnf install dnf-plugin-system-upgrade
Upgrading Fedora 29 to Fedora 28 using dnf

Upgrading Fedora 29 to Fedora 30

Let us start the upgrade procedure by typing the following command:
$ sudo dnf system-upgrade download --releasever=30
How to update fedora 29 to 30
Wait for some times to download packages and metadata for Fedora 30 on Fedora 29. The download speed depends upon your Internet connection speed.

Reboot Fedora 29 and upgrade to Fedora 30

Now all of the upgrades downloaded on your system. You are ready to reboot the system and boot into the upgrade process. Run:
$ sudo dnf system-upgrade reboot
How to upgrade Fedora 29 to 30 version
Again you need to wait as the system will upgrade. Once the upgraded system will reboot and you will see Fedora 30 login screen.

Upgraded Fedora 30 from Fedora 29 Using dnf (verification)

Verify Fedora 30 upgrade. Login and type the following commands:
$ lsb_release -a
$ uname -mrs

Fedora upgrade 29 to 30
Fedora 30 screenshot:
Fedora 30 screenshot

Conclusion

You learned how to use DNF system upgrade and updated F29 to F30. For more information, please see this page here and here.

Posted by: Vivek Gite

The author is the creator of nixCraft and a seasoned sysadmin, DevOps engineer, and a trainer for the Linux operating system/Unix shell scripting. Get the latest tutorials on SysAdmin, Linux/Unix and open source topics via RSS/XML feed or weekly email newsletter.

Discover more from WIREDGORILLA

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

Continue reading