Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 6137  / 1 Year ago, thu, march 30, 2023, 2:54:33

I had a hard time installing Nvidia drivers in a fresh install of Ubuntu 20.04. Installing via sudo apt install nvidia-driver-430 resulted in a list of 542 packages to install. I ended up spending a bit of manual effort to get the Nvidia-provided driver installed without nearly so many dependencies (only had to install gcc and make).



Is this massive number of dependencies normal for Ubuntu Server? I did a very vanilla install without the GUI. Reddit suggested I ask here, as their opinion is that I should just install from the default repos, but I felt that so many packages was absurd just to install a driver.



Edit for clarity: installing the nvidia-driver-430 package appears to install the entire Gnome shell, which I feel is unnecessary on a server.


More From » drivers

 Answers
1

You can install headless version of an Nvidia driver with the following command:


apt install nvidia-headless-440-server nvidia-utils-440-server


[#3277] Friday, March 31, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sator

Total Points: 258
Total Questions: 119
Total Answers: 101

Location: Sweden
Member since Fri, Apr 16, 2021
3 Years ago
;