I'm installing cuda. Among the dependencies, I have to upgrade my version of nvidia-settings 346.72 to be >= 352.39:
The following packages have unmet dependencies:
cuda-drivers : Depends: nvidia-settings (>= 352.39) but 346.72-0ubuntu1 is to be installed
How would I do this? I've already changed my nvidia drivers to be v352.55. Can't seem to find where to download an updated version of nvidia-settings anywhere.
Edit: Previously installed nvidia 352 with:
sudo apt-get install nvidia-352
which installed nvidia-352, nvidia-352-dev, nvidia-352-uvm
Cheers