So whenever I run ubuntu-drivers autoinstall
I get a traceback error. No big deal, I can just run apt install nvidia-driver-525
, but in response, I get The following packages have unmet dependencies: libglx-mesa0 : Depends: libglapi-mesa (= 22.0.5-0ubuntu0.1) but 22.3.0+git2212141255.6d5ce49956b~j~mesarc5 is to be installed : Depends: libgl1-mesa-dri but it is not installable E: Unable to correct problems, you have held broken packages.
.
So I try to install libglx-mesa0
, it’s apparently already installed
Then I try to install libgl1-mesa-dri
which needs the libglx dependency, which as mentioned before, was already installed.
What do I do?
apt-cache policy libglapi-mesa
to show what 3rd party source you've added to clarify what you've done to create the issue too. Your added sources prevent you from usingubuntu-drivers
; flagged as duplicate for generic answer as I don't know your release – guiverc Dec 15 '22 at 01:24