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