http://bugs.winehq.org/show_bug.cgi?id=33808
Bug #: 33808 Summary: Wine 1.6-rc2 debs have circular dependency Product: Wine Version: 1.6-rc2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: markku.m.myllymaki@mbnet.fi Classification: Unclassified
Wine debs have a circular dependency, because they try to overwrite each other, but depend on each other. PPA updating fails.
This solves problem:
sudo dpkg -i --force-overwrite /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_i386.deb
...or at least Wine works after that.