Followed this guide to install wine
.
After adding repository
installed wine
using:
sudo apt-get install wine1.7
But I get the following error:
The following packages have unmet dependencies: wine1.7 : Depends:
wine1.7-i386 (= 1:1.7.34-0ubuntu1~ppa1) but it is not installable E:
Unable to correct problems, you have held broken packages.
So I tried:
sudo apt-get install wine1.7-i386
But it did not work.
Can someone help me please?