Hi, I'm having an apt-get upgrade problem with intel arc opengl related packages, newly happening this week.
Linux abrown-MS-7B86 6.5.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Mar 12 10:22:43 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
I have an intel arc and installed it's driver a while ago without issues using this method
https://dgpu-docs.intel.com/driver/client/overview.html
I normally have automatic updates, but I'm getting an error this week, i'm assuming because of the packages in the intel method versus something new available in ubuntu:
a handful of packages are showing some sort of conflict that I can't resolve. any advice would be appreciated
attached are the logs, but a sample of the issue is:
apt-get upgrade gives (truncated sample)
The following packages have unmet dependencies:
libegl-dev : Depends: libegl1 (= 1.4.0-1) but 1.7.0-2101~22.04 is installed
Breaks: libegl-dev:i386 (!= 1.4.0-1) but 1.7.0-2101~22.04 is installed
libegl-dev:i386 : Depends: libegl1:i386 (= 1.7.0-2101~22.04) but 1.4.0-1 is installed
Breaks: libegl-dev (!= 1.7.0-2101~22.04) but 1.4.0-1 is installed
libegl1 : Depends: libglvnd0 (= 1.7.0-2101~22.04) but 1.4.0-1 is installed
Breaks: libegl1:i386 (!= 1.7.0-2101~22.04) but 1.4.0-1 is installed
...
with recommendations to run fix-broken
then when I run apt --fix-broken install i get this (truncated sample)
Preparing to unpack .../00-libopengl-dev_1.7.0-2101~22.04_amd64.deb ...
Unpacking libopengl-dev:amd64 (1.7.0-2101~22.04) over (1.4.0-1) ...
dpkg: error processing archive /tmp/apt-dpkg-install-Ut2BqB/00-libopengl-dev_1.7.0-2101~22.04_amd64.deb (--unpack):
trying to overwrite shared '/usr/share/doc/libopengl-dev/changelog.Debian.gz', which is different from other instances of package libopengl-dev:amd64
I tried using remove --purge with the entire list of broken but it doesn't seem to work because of other app dependencies. Thanks again for any apt advice. -Aaron
(PS I've had to rewrite this 3 times because each error the forum gives me deletes all the text! saying I can't use tags, but even when I clear the tags they come back but it wipes my text This is horrible! I'm on firefox)