16th August 2016, 4:14
apt-cache search "NVIDIA binary driver"
sudo apt install nvidia-xxx (where xxx is the version you want to install)
You could also add the ppa
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt install nvidia-xxx (where xxx is the version you want to install)
You could also add the ppa
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update