SparkyLinux stable is mostly a Debian Bullseye install with some extra packages. However, installing from
WineHQ's repos for Debian hasn't worked. If I run
Code: Select all
sudo apt install --install-recommends winehq-devel
I get the following error message:
Code: Select all
The following packages have unmet dependencies:
winehq-devel : Depends: wine-devel (= 7.15~bullseye-1)
E: Unable to correct problems, you have held broken packages.
If I try to install `wine-devel` I get this error message:
Code: Select all
The following packages have unmet dependencies:
libpoppler102 : Depends: libnss3 (>= 2:3.16) but it is not installable
I've installed libfaudio0, both the amd64 and i386 versions. The amd64 versions of libpoppler102 and libnss3 are already installed, but if I attempt to install the i386 versions of them, apt declares that it will remove a whole bunch of packages, including the amd64 versions of libpoppler102 and libnss3.