Article 5DYP6 Wine and wineasio install unmet dependencies on Debian Buster multiarch system.

Wine and wineasio install unmet dependencies on Debian Buster multiarch system.

by
globetrotterdk
from LinuxQuestions.org on (#5DYP6)
I have a new Debian Buster Cinnamon system that I have just upgraded to multiarch in preparation of installing Wine and wineasio. I have the KXstudio repo in my /etc/apt/sources.list and have run the following without any errors:
Code:$ sudo dpkg --add-architecture i386 && sudo apt updateHowever, when I run the following as per instructions in the Debian Wiki about Wine, I get an unmet dependency issue:

Code:$ sudo apt install \
> wine-development \
> wine32-development \
> wine64-development \
> libwine-development \
> libwine-development:i386 \
> fonts-wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libwine-development:i386 : Depends: libgphoto2-6:i386 (>= 2.5.10) but it is not going to be installed
Depends: libpulse0:i386 (>= 0.99.1) but it is not going to be installed
Recommends: libcups2:i386 (>= 1.4.0) but it is not going to be installed
Recommends: libdbus-1-3:i386 (>= 1.9.14) but it is not going to be installed
Recommends: libsdl2-2.0-0:i386 (>= 2.0.9) but it is not going to be installed
Recommends: libtiff5:i386 (>= 4.0.3) but it is not going to be installed
Recommends: libasound2-plugins:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.I get the same problem if I run:

Code:$ sudo apt install \
> wine \
> wine32 \
> wine64 \
> libwine \
> libwine:i386 \
> fonts-wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libwine:i386 : Depends: libgphoto2-6:i386 (>= 2.5.10) but it is not going to be installed
Depends: libpulse0:i386 (>= 0.99.1) but it is not going to be installed
Recommends: libcups2:i386 (>= 1.4.0) but it is not going to be installed
Recommends: libdbus-1-3:i386 (>= 1.9.14) but it is not going to be installed
Recommends: libsdl2-2.0-0:i386 (>= 2.0.9) but it is not going to be installed
Recommends: libtiff5:i386 (>= 4.0.3) but it is not going to be installed
Recommends: libasound2-plugins:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.There are two inherent problems here, the first and obvious one is that I have an unmet dependency problem. The second, is that I have no experience installing wineasio, which would be the next step, and am not even sure if I am preparing things properly for installing wineasio. I really could use some help with this.latest?d=yIl2AUoC8zA latest?i=gbR7utNXL6w:E5kASwtxqo4:F7zBnMy latest?i=gbR7utNXL6w:E5kASwtxqo4:V_sGLiP latest?d=qj6IDK7rITs latest?i=gbR7utNXL6w:E5kASwtxqo4:gIN9vFwgbR7utNXL6w
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments