Home > database >  Unmet dependencies in ubuntu 22.10 when installing wine-stable
Unmet dependencies in ubuntu 22.10 when installing wine-stable

Time:12-29

have these error when installing a package "wine-stable" in ubuntu-22.10: The following packages have unmet dependencies. libasound2-plugins : Depends: libavcodec59 (>= 7:5.0) libasound2-plugins:i386 : Depends: libavcodec59:i386 (>= 7:5.0) libgd3 : Depends: libwebp7 but it is not installable libtiff5 : Depends: libwebp7 but it is not installable wine-stable-amd64 : Depends: libgstreamer-plugins-base1.0-0 (>= 1.0.0) but it is not installable Depends: libgstreamer1.0-0 (>= 1.4.0) but it is not installable Recommends: libosmesa6 but it is not going to be installed E: Unable to correct problems, you have held broken packages.

And also i tried to install this dependencies.But it didn't helped.

Tryed to install packages using apt and installing them from deb packages.Didn't helped.

CodePudding user response:

I fully deleted a ppa of blender using ppa-purge. And these helped.

CodePudding user response:

https://www.google.com/url?sa=t&source=web&rct=j&url=https://superuser.com/questions/1754357/cant-install-wine-on-kde-neon-2-26-ubuntu-22-10&ved=2ahUKEwjfoPacl578AhVX62EKHUpLAT4QFnoECA0QAQ&usg=AOvVaw0L-ts7I171L4t2khyzZN66

Try this. I was having a similar issue and this fixed the problem.

  • Related