dnf upgrade: Ignore 'kmod-' packages when removing extras

This commit is contained in:
David Auer 2024-11-07 01:38:50 +01:00 committed by pbokoc
parent b9a54dafcc
commit 2a32f4a44e

View file

@ -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: