I am on Kubuntu 22.04 and have installed wine64 the usual way using apt:
$ wine --version
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
wine-6.0.3 (Ubuntu 6.0.3~repack-1)
$ wine64 --version
wine-6.0.3 (Ubuntu 6.0.3~repack-1)
When I try to install wine32 using "apt-get install wine32", I get:
$ sudo apt install wine32
[sudo] password for oreo:
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:
apt : Depends: libapt-pkg6.0 (>= 2.4.5) but it is not going to be installed
Depends: libsystemd0 but it is not installable
bsdutils : PreDepends: libsystemd0 but it is not installable
init : PreDepends: systemd-sysv
shim-signed : Depends: grub-efi-amd64-signed but it is not going to be installed or
grub-efi-arm64-signed but it is not installable
Depends: grub2-common (>= 2.04-1ubuntu24)
util-linux : PreDepends: libsystemd0 but it is not installable
PreDepends: libudev1 (>= 183) but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
This is impossible to fix and I can't figure out which is the offending package that I must downgrade (others who have faced this issue had to downgrade some packages).
Any help is much appreciated.
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/2000832
– Liam Proven Jan 01 '23 at 13:07