Quantcast
Channel: MX Linux Forum
Viewing all articles
Browse latest Browse all 4123

Software / Configuration • Re: I can't install Play on Linux

$
0
0
It looks to me as if at some point you installed something either from the Test repo or from a deb on the web - perhaps Gimp or darktable. And here's why I think that.
libgd3 : Depends: libwebp7 (>= 1.2.4) but it is not installable
Well, libweb7 1.2.4 is in the debian bookworm main repo, so it's definitely installable
libwebpmux3 : Depends: libwebp7 (>= 1.3.2) but it is not installable
Now why libwebp7 1.3.2 ? The libwebpmux3 version in the Test repo depends on libwebp7 (>= 1.3.2) which is also in the Test repo.

To get out of the package versions mismatch, I would try

Code:

sudo apt install libwebp7=1.2.4-0.2+deb12u1
and see what aptitude suggests. It will probably want to remove and/or downgrade some packages. That's the downside of using the Test repo. Sometimes a newer library will conflict with something in Main.

Statistics: Posted by timkb4cq — Tue Dec 03, 2024 11:08 pm



Viewing all articles
Browse latest Browse all 4123

Trending Articles