Installing NVIDIA SDK Manager on Ubuntu is not straightforward.
Pre-requisite
- Ubuntu 20.04 Linux
Follow the below steps:
- Add the Universe Repository to Ubuntu
sudo add-apt-repository universe
- Update the repository packages
sudo apt update
- Download NVIDIA SDK Manager from NVIDIA site
https://developer.nvidia.com/nvsdk-manager
- Install SDK Manager
sudo apt install ./sdkmanager_1.6.1-8175_amd64.deb
Top comments (0)