Compare commits

...

1 commit

Author SHA1 Message Date
Petr Písař
aaac0fdeb0 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".
2024-10-04 17:16:17 +02:00

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: