From 428debfd4b28a6c1be75495ffd12dc030080dbb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 4 Oct 2024 15:20:55 +0200 Subject: [PATCH] Upgrading: Remove "dnf repoquery --unsatisfied" command DNF5 does not support this option. Thus it cannot be used after an upgrade on Fedora 41. Moreover, this manual is about upgrading. Not about fixing a broken system. One cannot install a broken package with DNF. "rpm --nodeps" is for those who know what they do. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2316290 --- modules/ROOT/pages/upgrading-fedora-offline.adoc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/ROOT/pages/upgrading-fedora-offline.adoc b/modules/ROOT/pages/upgrading-fedora-offline.adoc index 4213df3..cd8124c 100644 --- a/modules/ROOT/pages/upgrading-fedora-offline.adoc +++ b/modules/ROOT/pages/upgrading-fedora-offline.adoc @@ -169,15 +169,6 @@ NOTE: Upgrades across *more* than two releases are not supported. [[sect-clean-up-old-packages]] === Clean-up old packages -You can see a list of packages with broken dependencies by typing: - -[source,bash] ----- -sudo dnf repoquery --unsatisfied ----- - -The list should be empty, but if this is not the case consider removing them as they are not likely to work. - You can see duplicate packages (packages with multiple versions installed) with: [source,bash]