I successfully used WINE to run ACAD2000 (32bit) and Irfanview (64bit) for many many years. My SYNAPTIC PKG MGR installations of it were successful in '21, '22, and '23. I am now trying to install WINE into Ubuntu-MATE 2024.04. [I much prefer the simplicity of using synaptic or .deb over PPA installation if possible].
I have installed i386 and verified it is present with dpkg –print-foreign-architectures.
I installed wine-stable and wine via synaptic. At this point, all should be good - it's not.
Some diagnostics:
mark@mark:~$ wine
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
mark@mark:~$ wine --version
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32:i386"
wine-9.0 (Ubuntu 9.0~repack-4build3)
Entry that supposedly will do the trick – but doesn’t
mark@mark:~$ sudo apt-get install wine32:i386
[sudo] password for mark:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package wine32:i386
mark@mark:~$
What am I doing wrong or what do I need to do to get wine32:i386 installed?
Bookmarks