#Can't update Nvidia driver due to... Dependencies?
1 messages · Page 1 of 1 (latest)
The optimal solution would be to remove existing Nvidia driver and then install latest \ recommended one to avoid conflicts.
You can do this with a few terminal commands:
Update package list
sudo apt update
Remove old \ current nvidia driver
sudo apt purge "^nvidia-.*"
Cleanup leftover dependencies
sudo apt autoremove
Install latest \ recommended nvidia driver
sudo ubuntu-drivers install
Reboot