Code: Select all
john@anon:~$ wine --version
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
wine-5.0.3 (Debian 5.0.3-3)
Code: Select all
john@anon:~$ sudo dpkg --add-architecture i386
john@anon:~$ sudo dpkg --print-architecture
amd64
john@anon:~$ dpkg --print-foreign-architectures
i386
Code: Select all
john@anon:~$ sudo apt install wine32
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:
libfontconfig1:i386 : Depends: libuuid1:i386 (>= 2.16) but it is not going to be installed
libglib2.0-0:i386 : Depends: libmount1:i386 (>= 2.35.2-7~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Code: Select all
john@anon:~$ sudo apt install --install-recommends winehq-stable
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-stable : Depends: wine-stable (= 7.0.0.0~bullseye-1)
E: Unable to correct problems, you have held broken packages.