Don't advise user to manually install DNF system upgrade plugin

The plugin was moved into dnf-plugins-core in
2022 [0], negating the need to manually install it.

[0]: https://github.com/rpm-software-management/dnf-plugins-core/pull/462
This commit is contained in:
Winter 2024-05-11 21:31:17 -04:00 committed by pbokoc
parent dfcced8437
commit c0eeae3bd8

View file

@ -44,13 +44,6 @@ and reboot your computer.
+
*Important:* Do not skip this step. System updates are required to receive signing keys of higher-versioned releases, and they often fix problems related to the upgrade process.
. Install the dnf-plugin-system-upgrade package if it is not currently installed:
+
[source,bash]
----
sudo dnf install dnf-plugin-system-upgrade
----
. Download the updated packages:
+
[source,bash,subs="attributes"]