From ce68093ea93139d4a952c4e04cb9249d7df27adf Mon Sep 17 00:00:00 2001 From: Kunpeng Fan Date: Apr 27 2024 03:09:16 +0000 Subject: Update releases/modules/ROOT/pages/rawhide.adoc fedora-modular & updates-modular have been retired. --- diff --git a/releases/modules/ROOT/pages/rawhide.adoc b/releases/modules/ROOT/pages/rawhide.adoc index 3a54a78..6f26ce4 100644 --- a/releases/modules/ROOT/pages/rawhide.adoc +++ b/releases/modules/ROOT/pages/rawhide.adoc @@ -142,7 +142,7 @@ Downgrading after a long time, or downgrading to a stable release (which is comp You can (attempt to) downgrade to Branched or a stable release using xref:quick-docs::dnf-system-upgrade.adoc[DNF system upgrade] (the same approach as for upgrades). However, because Rawhide uses a different set of system repositories, you need to explicitly disable those during the download phase, and explicitly enable the set or repositories used on non-Rawhide systems. -So the download command would look like this (this will disable and enable the correct repositories, and if you have some additional (including third-party) repositories installed, it will keep them enabled or disabled as they are currently; replace `NN` with the target release number): `sudo dnf system-upgrade download --releasever=NN --disablerepo='rawhide,rawhide-modular' --enablerepo='fedora,fedora-modular,updates,updates-modular'` +So the download command would look like this (this will disable and enable the correct repositories, and if you have some additional (including third-party) repositories installed, it will keep them enabled or disabled as they are currently; replace `NN` with the target release number): `sudo dnf system-upgrade download --releasever=NN --disablerepo='rawhide,rawhide-modular' --enablerepo='fedora,updates'` Everything else should be unchanged, you can use the rest of the aforelinked guide to proceed. There is a higher chance of encountering broken dependencies when downgrading, because while package dependencies must work correctly when going up in versions.