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. Installing Kernel Headers
Next Install Kali’s Kernel Headers
First, update your System with:sudo apt upgrade
And then run:
sudo apt install linux-headers-$(uname -r)
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo. -
4. Installing CUDA 11
Finally, Install CUDA 11 Toolkit in Kali
Currently simply play:sudo apt install nvidia-cuda-toolkit
Again to search for others related Packages use:
sudo apt search nvidia-cuda
Contents