A100 Linux server ubuntu-driversu nmet dependencies:

Somendra Singh Jaswal 0 Reputation points
2024-05-10T17:53:08.19+00:00

I am getting this error when i try to install Nvidia-driver for my A100 Linux server.

sudo ubuntu-drivers install

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:

The following packages have unmet dependencies:

linux-modules-nvidia-550-azure : Depends: linux-modules-nvidia-550-6.5.0-1019-azure (= 6.5.0-1019.20~22.04.1+2) but it is not going to be installed

                              Depends: nvidia-kernel-common-550 (>= 550.67) but 550.54.15-0ubuntu1 is to be installed
```E: Unable to correct problems, you have held broken packages.
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,251 questions
{count} votes

1 answer

Sort by: Most helpful
  1. hossein jalilian 4,040 Reputation points
    2024-05-11T01:08:12.3833333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    To resolve this issue, consider trying the following steps:

    1. Run sudo apt update to update the package lists, and then run sudo apt upgrade to upgrade the installed packages to their latest versions.
    2. Run sudo apt clean to clean the package cache.
    3. Run sudo apt autoclean to remove any obsolete packages
    4. Try installing the specific versions of the required dependencies manually using sudo apt install linux-modules-nvidia-550-6.5.0-1019-azure nvidia-kernel-common-550
    • Check if there are any third-party repositories that might be causing conflicts with the official Ubuntu repositories.

    As an alternative, you can try using the Nvidia installer script to install the drivers. download the appropriate driver package for your A100 GPU from the Nvidia website. run the installer script using sudo sh NVIDIA-Linux-x86_64-<version>.run.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments