Upgrading: Fix "dnf list --extras" command

The old invocation with "dnf list extras" is unsuported in DNF5. It's
also terrible with DNF4 because you could have a package called
"extras".
This commit is contained in:
Petr Písař 2024-10-04 17:11:54 +02:00 committed by pbokoc
parent 3c7e99b912
commit 70c74eed34

View file

@ -205,7 +205,7 @@ To see a list of these packages do:
[source,bash]
----
sudo dnf list extras
sudo dnf list --extras
----
If you see a package you do not need, or use, you can remove it with: