It seems you tried several versions of wine - there exist different versions which conflict with each other. I assume there are some leftovers which prevent installing any wine successfully.
Please post the output of: dpkg -l "*wine*" Lines in there starting with "ii" indicate installed packages. Try removing all (as long as they are related to Wine). After removing them, decide on one version of wine to install. and type in the terminal (replace "wine" with the name of any other Wine package, if you don't want to use the default one): sudo dpkg --add-architecture i386 && sudo apt update sudo apt install wine If there are any more issues, also post the output of these commands. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1657882 Title: wine To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1657882/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
