mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 05:22:42 +00:00
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:
parent
3c7e99b912
commit
70c74eed34
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue