On 15 May 2013 20:02, Daniel <[email protected]> wrote: > The following packages have unmet dependencies: > wine1.4 : Depends: wine1.4-i386 (= 1.4.1-0ubuntu5) but it is not > installable >
So you probably want to enable i386 repositories to use wine: $ sudo dpkg --add-architecture i386 $ sudo apt-get update $ sudo apt-get install wine and maybe with --no-install-recommends on the last one. Note that this is not the same issue described in this bug report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1123710 Title: wine1.4:i386 not installable on raring amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1123710/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
