1

I got broken dependencies which I'm not able to solve since I uninstalled Ubuntu 11.04 and updated to 12.04.1.

That's a fresh install =/

Is anyone facing the same issue or did I screw something up?

Mark
  • 11
  • 1
  • 2
    I think you messed something up. Make sure everything is fully updated. I have wine and wine64 installed on 12.04.1 – RobotHumans Aug 27 '12 at 22:59

1 Answers1

1

It's almost the same problem reported in this question. There's a conflict in wine package dependencies. Try the following:

sudo apt-get install aptitude
sudo aptitude install wine gettext:i386-

This will skip the installation of conflicting package. For better explanation refer to my answer to that question.

Eric Carvalho
  • 54,385