Some problems on dnf update

I get some Problem message on sudo dnf update, my kernel version is Linux fedora 5.14.9-200.fc34.x86_64

 ✘ javad@fedora  ~  sudo dnf update                   
[sudo] password for javad: 
Last metadata expiration check: 1:51:09 ago on Tue 19 Oct 2021 07:27:37 AM +0330.
Dependencies resolved.

 Problem 1: package nvidia-driver-3:470.57.02-2.fc34.x86_64 obsoletes xorg-x11-drv-nvidia provided by xorg-x11-drv-nvidia-3:470.74-1.fc34.x86_64
  - package kmod-nvidia-5.13.19-200.fc34.x86_64-3:470.74-1.fc34.x86_64 requires nvidia-kmod-common >= 3:470.74, but none of the providers can be installed
  - cannot install the best update candidate for package xorg-x11-drv-nvidia-3:470.74-1.fc34.x86_64
  - problem with installed package kmod-nvidia-5.13.19-200.fc34.x86_64-3:470.74-1.fc34.x86_64
  - package xorg-x11-drv-nvidia-3:470.74-1.fc34.x86_64 is filtered out by modular filtering
 Problem 2: package nvidia-driver-libs-3:470.57.02-2.fc34.x86_64 obsoletes xorg-x11-drv-nvidia-libs provided by xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.i686
  - cannot install the best update candidate for package xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.x86_64
  - cannot install the best update candidate for package xorg-x11-drv-nvidia-libs-3:470.74-1.fc34.i686
Nothing to do.
Complete!

How to fix this problems?

Try:

sudo dnf update --allowerasing --best

1 Like