Nvidia Cuda drivers cant be installed

Hi,

I recently tried rpmfusion to install the Nvidia Drivers for my rtx 3070. The normal one installed perfectly fine. When i try the ‘‘sudo dnf install xorg-x11-nvidia-cuda’’ command tho, it only gives me the Error: Unable to find a match: xorg-x11-nvidia-cuda. Is there another way to Install the official Nvidia drivers than through the Terminal?

The right package name is xorg-x11-drv-nvidia-cuda.

See https://rpmfusion.org/Howto/NVIDIA#CUDA

1 Like

Sadly the Problem still persists.

Thanks for the quick response tho.

If you previously installed Nvidia’s own CUDA repo, you have to disable it to use RPM Fusion’s CUDA package:

sudo dnf config-manager --set-disabled cuda*
sudo dnf module reset nvidia-driver
1 Like

Thank you so much, that worked :slight_smile: