Hi I am trying install wine32 and it is complaining of unmet dependencies:
The following packages have unmet dependencies:
libdevmapper1.02.1 : Depends: libselinux1 (>= 3.1~) but it is not going to be installed
Recommends: dmsetup (>= 2:1.02.175-2.1ubuntu3~)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
But when I try to install libselinux1 using "sudo apt install libselinux1" is says I already have a version the meets the requirements:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libselinux1 is already the newest version (3.1-3build2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded
So I dont understand why wine32 wont install if the required package is already > then what it is asking for. Any Ideas?
EDIT:
I previously ran sudo dpkg --add-architecture i386
$ dpkg --print-architecture
amd64
$ dpkg --print-foreign-architectures
i386
Installation still fails in the same exact way
sudo dpkg --add-architecture i386
I hope this helps. This will make it so that you can install and run 32-bit programs on 64-bit Linux systems. – Logan Apr 21 '22 at 15:45Distributor ID: Ubuntu Description: Ubuntu 21.10 Release: 21.10 Codename: impish
– Isaac Montaine Apr 21 '22 at 17:57https://bugs.launchpad.net/ubuntu/+source/wine/+bug/2000832
– Liam Proven Jan 01 '23 at 13:08