I'm frustrated to utterly failed to install the repository verision of Wine in Ubuntu/Xubuntu 18.04 64bit. The version does not matter, but I want both parts i386 and amd64 installed. I continue to fail with the 32 bit part.
Here is what I did
sudo apt update
sudo dpkg --add-architecture i386
sudo apt install --install-recommends wine-stable
wine --version
it looks like wine32 is missing, you should install it.
....
sudo apt install wine32
This gave unmet dependencies I could not resolve. Also aptitude could not. What is the correct installation process? Can you please give me a console log for a correct install?
PS: I am not looking for a winehq PPA install.
PS: I saw this post Cannot install wine32 on Ubuntu 16.04
uname -i
. – mikewhatever Jul 20 '19 at 19:36wine32
is in the Universe repository, can you make sure it is enabled. – mikewhatever Jul 20 '19 at 19:53sudo apt-get install -s wine-stable
. There are no errors https://paste.ubuntu.com/p/bqKgXMfSmN/. ...didn't have to add i386 architecture. – mikewhatever Jul 20 '19 at 20:44