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.
To get out of the package versions mismatch, I would try 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.
Well, libweb7 1.2.4 is in the debian bookworm main repo, so it's definitely installablelibgd3 : Depends: libwebp7 (>= 1.2.4) 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.libwebpmux3 : Depends: libwebp7 (>= 1.3.2) but it is not installable
To get out of the package versions mismatch, I would try
Code:
sudo apt install libwebp7=1.2.4-0.2+deb12u1
Statistics: Posted by timkb4cq — Tue Dec 03, 2024 11:08 pm