Installing
-
2. Pre-Installation Testing
Then Verify on CUDA Capable GPU.
lspci | grep -i nvidia
But if you do Not see any NVIDIA hardware on Output then first install:
sudo update-pciids
Then try Again…
-
3. Setting Up Repo
See How Setup CUDA Fedora Repo Package
-
4. Installing Packages
Next Install Required Packages
The Kernel Headers:sudo dnf install kernel-devel-$(uname -r) kernel-headers-$(uname -r)
And the GCC:
sudo dnf install gcc
-
5. Installing CUDA
Finally, Install CUDA Toolkit in Fedora
Simply play:sudo dnf install cuda
Contents