Comment 31 for bug 1123710

Revision history for this message
Daniel Hartwig (wigs) wrote : Re: [Bug 1123710] Re: wine1.4:i386 not installable on raring amd64

On 15 May 2013 20:02, Daniel <email address hidden> 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.