Comment 32 for bug 1191276

Revision history for this message
tmuller (t-moi-larsson+launchpad) wrote :

I also fixed it.

if you have below in /var/cache/apt/archives
wine1.6-amd64_1.6~rc2-0ubuntu1~ppa1_amd64.deb
wine1.6-amd64_1.6~rc2-0ubuntu1~ppa4_amd64.deb
wine1.6-i386_1.6~rc2-0ubuntu1~ppa1_i386.deb
wine1.6-i386_1.6~rc2-0ubuntu1~ppa4_i386.deb
wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb
wine1.6_1.6~rc2-0ubuntu1~ppa4_amd64.deb

I did this:
# dpkg -i --force-overwrite /var/cache/apt/archives/wine1.6*
# sudo apt-get install -f

That's all