I am on Kubuntu 22.04 and have installed wine64 the usual way using apt:
$ wine --versionit 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 --versionwine-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... DoneBuilding dependency tree... DoneReading state information... DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor 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 installableE: 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.