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:
- Backup your data on Fedora 29. Do not skip this step. This author is not liable for any data loss.
- Patch and update Fedora 29, run: sudo dnf --refresh upgrade
- Install or update dnf-plugin-system-upgrade package on Fedora 29: sudo dnf install dnf-plugin-system-upgrade
- Start upgrading F29 to F30, execute: sudo dnf system-upgrade download --releasever=30
- 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
Update existing software
Run the following dnf command:$ sudo dnf --refresh upgrade
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 30
Let us start the upgrade procedure by typing the following command:$ sudo dnf system-upgrade download --releasever=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
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 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.