Proper way of updating EDGERS Drivers

XAKEP

Distinguished
Dec 16, 2008
343
0
18,810
Hi guys I actually coun't find proper Ubuntu / Linux section and decided to place it under SteamOS (mod move if needed plz/thx )

So I have Ubuntu 14.04.3 and finally found good and somewhat easy amd safe way of installing nVidia driver under ubuntu.
EDGERS is an answer for me. by using this command I managed to get my GTX980 up and running.

Code:
sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-355

But here is the question. How do I update it.
Right now I have 355.06 installed witch at the time of installation was the latest available. Latest beta I may say. Now I see 355.11 and 352.41 (352 is actually released after 355 wtf ? )

Anyhow. Let's say I want to upgrade from 355.06 to 355.11 , how exactly do I do this with EDGERS ? Is it as simple as:

Code:
sudo apt-get install nvidia-337

and it'll install latest version ? Because look here is what I did to see what's available from them.

Code:
sudo apt-cache search "NVIDIA binary driver"
nvidia-340 - NVIDIA binary driver - version 340.76
nvidia-340-updates - NVIDIA binary driver - version 340.76
nvidia-346 - NVIDIA binary driver - version 346.82
nvidia-346-updates - NVIDIA binary driver - version 346.82
nvidia-355 - NVIDIA binary driver - version 355.06

I guess 355 still 355.06 with them at the moment. But if it were an update how do I go about upgrading it ?

Thank you guys !