1

This may be a dumb question but does the Edgers PPA provide automatic updating? IE will the Edgers PPA automatically install newer releases of Nvidia drivers? Thanks.

Thomas Ward
  • 74,764
Brandex
  • 488
  • 1
  • 7
  • 13
  • 2
    If by edgers PPA you mean https://launchpad.net/~xorg-edgers/+archive/ubuntu/ppa I remember you you shoul'd be using this on a daily work machin and that you could end with a no working X with any new update. – xangua Feb 13 '15 at 03:43

1 Answers1

2

Yes if you had activated this PPA in your system all packages will receive updates on performing

sudo apt-get update && sudo apt-get dist-upgrade

or from the GUI update manager. This will however not only upgrade your Nvidia graphics drivers but also upgrade all other packages this ppa provides.

Automatic or unattended (security) updates will not be provided by this ppa.

As the Xorg Edgers ppa provides bleeding edge and incompletely tested upgrades you will have a high risk to install instable or buggy packages that in rare cases may even break your system.

It is therefore not recommended to have this ppa active on a productive machine where stability matters.

Also see:

Takkat
  • 142,284