Howto Upgrade Fedora 31 to Fedora 32 using the CLI

https://‮l.www‬autturi.com
Howto Upgrade Fedora 31 to Fedora 32 using the CLI

To upgrade a Fedora 31 system to Fedora 32, you can use the dnf package manager to update the system to the latest available packages from the Fedora repositories.

It is important to note that upgrading a system from one major release to another (e.g., from Fedora 31 to Fedora 32) can be a risky process, and it is important to follow the instructions carefully to avoid causing any damage to your system. It is also a good idea to back up your important data before proceeding with the upgrade.

Here are the steps to upgrade a Fedora 31 system to Fedora 32:

  1. Open a terminal window and log in to the system as the root user.

  2. Run the following command to update the package manager's list of available packages:

dnf update
  1. Run the following command to install the fedora-upgrade package:
dnf install fedora-upgrade
  1. Run the following command to start the upgrade process:
fedora-upgrade upgrade

This will start the upgrade process and guide you through the steps to upgrade your system to Fedora 32. Follow the prompts to complete the upgrade process.

Once the upgrade process is complete, you will need to reboot the system in order for the changes to take effect. To reboot the system, run the following command:

reboot

After the system has rebooted, you can verify that the system has been upgraded to Fedora 32 by running the cat /etc/fedora-release command, which will display the current Fedora version.

For more information about upgrading a Fedora system, you can consult the documentation or visit the Fedora website.

Created Time:2017-10-29 22:08:46  Author:lautturi