Skip to content

FAQ

Q: How to fix DNF being unable to update the kernel due to broken dependencies of a kernel module?

In certain situations, dnf update may fail when a new kernel is available because the dependencies of an installed version of a kernel module would be broken by the kernel update. This can be resolved by either manually removing the affected version of the kernel module or by first running dnf update kernel*, which automatically removes all affected versions of all kernel modules.