Hi,
I installed CUDA-11.6 in Fedora 35 with the commands
~# dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/fedora35/x86_64/cuda-fedora35.repo
~# dnf disable cuda-drivers
~# dnf install cuda
But now, when I run dnf update, I get
~# dnf update
Last metadata expiration check: 3:44:03 ago on Fri 20 May 2022 02:19:31 PM CEST.
Dependencies resolved.
Problem: package cuda-11-7-11.7.0-1.x86_64 requires cuda-runtime-11-7 >= 11.7.0, but none of the providers can be installed
- package cuda-11.7.0-1.x86_64 requires cuda-11-7 >= 11.7.0, but none of the providers can be installed
- package cuda-runtime-11-7-11.7.0-1.x86_64 requires cuda-drivers >= 515.43.04, but none of the providers can be installed
- cannot install the best update candidate for package cuda-11.6.2-1.x86_64
- package cuda-drivers-515.43.04-1.x86_64 is filtered out by modular filtering
================================================================================
Package Arch Version Repository Size
================================================================================
Skipping packages with broken dependencies:
cuda-11-7 x86_64 11.7.0-1 cuda-fedora35-x86_64 2.8 k
cuda x86_64 11.7.0-1 cuda-fedora35-x86_64 2.7 k
cuda-runtime-11-7 x86_64 11.7.0-1 cuda-fedora35-x86_64 2.7 k
Transaction Summary
================================================================================
Skip 3 Packages
Nothing to do.
Complete!
~#
Do you know how to install cuda-11.7?
Thanks.
Best regards,
Rafel Amer