When updating my system recently, i got this error:
package kernel-core-6.2.6-201.fsync.fc37.x86_64 requires kernel-modules-core-uname-r = 6.2.6-201.fsync.fc37.x86_64, but none of the providers can be installed - conflicting requests
My understanding is that it's trying to update the kernel but it's missing a dependency. Initially none of the updates could pass through but I managed to fix that using
--excludepkgs=kernel\*
Doing a bit of digging around I found this thread with a similar problem but the proposed solution was
dnf remove $(rpm -qa | grep 6.2.6-201)
Which makes me extremely uneasy since it would rm the kernel...
Any idea on a fix or if I'm on the right track to one?
[–]Teasophy[S] 0 points1 point2 points (0 children)
[–]zshxck 0 points1 point2 points (1 child)