dnf upgrade: Ignore 'kmod-' packages when removing extras
This commit is contained in:
parent
b9a54dafcc
commit
2a32f4a44e
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ If you see a package you do not need, or use, you can remove it with:
|
|||
|
||||
[source,bash]
|
||||
----
|
||||
sudo dnf remove $(sudo dnf repoquery --extras --exclude=kernel,kernel-\*)
|
||||
sudo dnf remove $(sudo dnf repoquery --extras --exclude=kernel,kernel-\*,kmod-\*)
|
||||
----
|
||||
|
||||
You can safely remove packages no longer in use with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue