Comment 3 for bug 1657882

Revision history for this message
jre (jre-phoenix) wrote :

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.