I am trying to install wine on my Ubuntu OS (Ubuntu Bionic Beaver (development branch)).
But when I try APT throws an error about unmet dependencies. When I install the dependency it still shows an error.
I have run
sudo dpkg --add-architecture i386
and
sudo apt install -f
this didn't fix the problem.
apt install wine32 libwine:i386
to see why it fails to install (and so on if more packages are at issue). At some point it will likely resolve and also ask to remove other packages, but you should then know why it was failing. – dobey Apr 17 '18 at 20:22