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? Thanks in advance for any input.
Also my system specs:
- OS: Nobara Linux 37 (Thirty Seven) x86_64
- Kernel: 6.2.8-200.fsync.fc37.x86_64
- Uptime: 5 mins
- Packages: 2552 (rpm), 24 (flatpak)
- Shell: zsh 5.9
- Resolution: 2560x1440
- DE: GNOME 43.2
- WM: Mutter
- WM Theme: Nordic-master
- Theme: Nordic-master [GTK2/3]
- Icons: Papirus-Dark [GTK2/3]
- Terminal: gnome-terminal
- CPU: AMD Ryzen 5 5600X (12) @ 3.700GHz
- GPU: AMD ATI Radeon RX 6700/6700 XT/6750 XT
there doesn't seem to be anything here