Good afternoon! Today, for the first time in a month, I turned on my laptop and immediately ran an update using dnf update
.
The update couldn’t be completed due to an error Not finished - interrupted by error: Cannot download a/akmod-nvidia-565.57.01-1.fc41.x86_64.rpm: All mirrors were tried
While searching for a solution on Google, I stumbled upon rpmfind, which shows that the repositories contain version akmod-nvidia-565.57.01-2.fc41.x86_64
, whereas my system is trying to update to version akmod-nvidia-565.57.01-1.fc41.x86_64
, which is missing from the repositories. What should I do? Thank you for your help.
P.S. While looking for an answer to my question, I came across comments about potential issues with version 565 and external monitors. For now, I’ve used excludepkgs
in dnf.conf
to disable all packages related to NVIDIA. Currently, I’m running version 560. Did I do the right thing, or is there a more elegant way to prevent the system from updating from 560 to 565?
I’m somewhat newbie to Fedora, coming from Manjaro.