I'm trying to install Wine on my Debian/Bullseye laptop; I've correctly configured the repository in apt sources, updated, but when trying to installing I got this answer:
Code: Select all
root@corellia# apt install winehq-staging
Reading package lists... Done
Building dependency tree... Done
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:
winehq-staging : Depends: wine-staging (= 6.8~bullseye-1)
E: Unable to correct problems, you have held broken packages.
Code: Select all
root@corellia# apt install wine-staging
Reading package lists... Done
Building dependency tree... Done
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:
libgbm1 : Depends: libwayland-server0 (>= 1.15.0) but it is not installable
libsdl2-2.0-0 : Depends: libwayland-client0 (>= 1.9.91) but it is not installable
Depends: libwayland-cursor0 (>= 1.0.2) but it is not installable
Depends: libwayland-egl1 (>= 1.15.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
Any clue?