F41, dnf autoremove wants to remove kernel

$ sudo dnf autoremove
Failed to resolve the transaction:
Problem: The operation would result in removing of running kernel: kernel-core-0:6.12.8-200.fc41.x86_64

1 Like

Maybe adding --exclude=kernel* would work as a workaround?

Was by any chance the package kernel-6.12.8 manually removed from the system, with package kernel-core-6.12.8 becoming “leaf”?

What is the output of dnf list --installed kernel*?

2 Likes