TAGS

There are no tags associated with this article.

How to install cuda nvidia drivers for Ubuntu?

The following manual is dedicated to flavor with gpu only.

 

When we want to install Nvidia drivers for our system Ubuntu we should visit Nvidia page - click here

Below we can see default configuration for our system (Ubuntu).  If we want to change any details you have to click for select option.

After choosing your configuration enter the above commands in the terminal ("Base Installer").

Next please invoke the following commands:

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update 
sudo apt install nvidia-cuda-toolkit gcc-6

 

Now you can check version your drivers:

nvcc --version