0

Have problem to install wine 1.6 or 1.7 doesn`t matter.

The following packages have unmet dependencies:
 wine1.6 : Depends: wine1.6-i386 (= 1:1.6.1-0ubuntu1~ppa1)
E: Unable to correct problems, you have held broken packages.

The following packages have unmet dependencies:
wine1.7 : Depends: wine1.7-i386 (= 1:1.7.11-0ubuntu1~saucy1)
E: Unable to correct problems, you have held broken packages.

Before I reinstalled Ubuntu all was OK. I have tried a lot advises but nothing helps.

Braiam
  • 67,791
  • 32
  • 179
  • 269
Kvach
  • 191
  • 1
  • 11

1 Answers1

0

Sometimes this message occurs if you forget to run update before you install new packages. Try updating your index files and update your system with

    sudo apt-get update
    sudo apt-get upgrade

After it finishes, try installing wine again. If you still get this problem, you may actually have held packages so you should hop over to this question, the first answer will show you how to identify which packages may be the issue.

willl459
  • 433
  • 1
  • 3
  • 13