1

what does this code : E: Unable to locate package nvidia-driver-340

libre user
  • 21
  • 1
  • 1
  • 5

1 Answers1

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

Ref: Install Latest NVidia 340.46 via ppa