0

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?

heemayl
  • 91,753
user235818
  • 133
  • 6

1 Answers1

0

Here is the answer:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine

Worked

Anwar
  • 76,649
user235818
  • 133
  • 6