Im trying to install Wine on a fresh installation of Ubuntu 23.04 but im having trouble with wine32.
$ sudo apt install wine
The regular continue question says that wine 32 is a recommended package. Installation completes with no warnings.
$ wine
Gives response:
it looks like wine32 is missing, you should install it. as root, please execute "apt-get install wine32:i386" Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit"
sudo apt install wine32
Gives response:
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:
init : PreDepends: systemd-sysv
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
$ sudo apt install wine'tab-tab'
wine32 doesnt show up in the list.
$apt search --names-only wine32
wine32 is found in the repository.
I have already enabled i386 and also tried to fallow the installation instructions on wineHQ webpage with no better luck.
Does anyone know what could be the problem and how to fix it?