what does this code : E: Unable to locate package nvidia-driver-340
Asked
Active
Viewed 1.1k times
1 Answers
3
Maybe the Personal Package Archive (ppa) was not added or maybe there is a typo.
Please run the following commands in a terminal:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-340

engineerRed
- 449