How To Install The Nvidia 319.60 Drivers On Linux Systems

Hello Linux Geeksters. The Nvidia 319.60 drivers for Linux have been released a few hours ago. It comes with support for GeForce GTX 760 Ti OEM and many bugfixes. For more information, see the official announcement.

Watch Free Movies

The Nvidia 319.60 Drivers For Linux Have Been Released + Installation Instructions

There is no repository available for the Nvidia 319.60 drivers, but we can easily download them as precompiled binaries, set execution permissions and exec them. Like this:

How to install Nvidia 319.60 drivers on 32 bit Linux systems:

$ wget -c us.download.nvidia.com/XFree86/Linux-x86/319.60/NVIDIA-Linux-x86-319.60.run
$ sudo chmod +x NVIDIA-Linux-x86-319.60.run
$ ./NVIDIA-Linux-x86-319.60.run

How to install Nvidia 319.60 drivers on 64 bit Linux systems:

$ wget -c us.download.nvidia.com/XFree86/Linux-x86_64/319.60/NVIDIA-Linux-x86_64-319.60.run
$ sudo chmod +x NVIDIA-Linux-x86_64-319.60.run
$ ./NVIDIA-Linux-x86_64-319.60.run

Since this instructions are generical, they work on the most popular Linux systems, including: Ubuntu, Linux Mint, Elementary OS, Pear OS, Debian, Fedora, OpenSUSE, CentOS, Mageia, Arch Linux and many others.

Scroll to Top