0

I want to install Nvidia 440 on Ubuntu 19.10 for my Nvidia Quadro k1000m.

How can I install them?

onlit
  • 113

1 Answers1

1

You can install it form a PPA.

Run in a terminal

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt install nvidia-driver-440
Pilot6
  • 90,100
  • 91
  • 213
  • 324
  • the first 2 commands run fine. but the last one shows error: E: Unable to correct problems, you have held broken packages. can you please help? – onlit Apr 17 '20 at 17:03
  • Most likely this is unrelated. https://askubuntu.com/questions/223237/unable-to-correct-problems-you-have-held-broken-packages – Pilot6 Apr 17 '20 at 17:05