Where do I get Nvidia drivers for linux?
Go to solution
Solved by petem,
I have a Ubuntu linux box, so you may have to adapt it if you have a different flavor:
- from terminal, add the PPA (personal pkg archive) source to the Ubuntu SW sources list:
sudo add-apt-repository ppa:graphics-drivers
- update the Software sources list:
sudo apt-get update
- install the desired PPA from the SW source list (in my case I installed the 355 version):
sudo apt-get install nvidia-355

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now