I am trying to install wine on a 64-bit Natty.
It was installed, but one of my regular update & dist-upgrades removed it (didn't pay enough attention to which packages would be removed).
Now when I'm trying to install it, I get the following error:
The following packages have unmet dependencies:
wine : Depends: wine1.3 but it is not going to be installed
Depends: ia32-libs (>= 1.6) but it is not going to be installed
E: Broken packages
I found this question on askubuntu, but the accepted answer (change the mirror to the main one) didn't work for me.
I also tried to disable all sources that aren't enabled after a clean install, do an update an install wine, didn't work.
Here's my /etc/apt/sources.list (sans comments for brewity):
deb http://us.archive.ubuntu.com/ubuntu/ natty main restricted multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ natty main universe restricted multiverse
deb http://us.archive.ubuntu.com/ubuntu/ natty-updates main restricted multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ natty-updates main universe restricted multiverse
deb http://us.archive.ubuntu.com/ubuntu/ natty universe
deb http://us.archive.ubuntu.com/ubuntu/ natty-updates universe
deb http://archive.canonical.com/ubuntu natty partner
deb-src http://archive.canonical.com/ubuntu natty partner
deb http://us.archive.ubuntu.com/ubuntu/ natty-security main restricted multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ natty-security main universe restricted multiverse
deb http://us.archive.ubuntu.com/ubuntu/ natty-security universe
deb http://linux.dropbox.com/ubuntu natty main
deb-src http://linux.dropbox.com/ubuntu natty main
deb http://ppa.launchpad.net/libv4l/ppa/ubuntu natty main
deb-src http://ppa.launchpad.net/libv4l/ppa/ubuntu natty main
deb http://apt.mucommander.com stable main non-free contrib
deb http://extras.ubuntu.com/ubuntu natty main
deb http://archive.canonical.com/ natty partner
deb-src http://archive.canonical.com/ natty partner
And here's the contents of the files in /etc/apt/sources.list.d/:
deb http://ppa.launchpad.net/gm-notify-maintainers/ppa/ubuntu natty main
deb http://ppa.launchpad.net/gm-notify-maintainers/ppa/ubuntu natty main
deb http://ppa.launchpad.net/mozillateam/firefox-next/ubuntu natty main
deb-src http://ppa.launchpad.net/mozillateam/firefox-next/ubuntu natty main
deb http://deb.opera.com/opera/ stable non-free
deb http://ppa.launchpad.net/resmo/git-ftp/ubuntu natty main
deb-src http://ppa.launchpad.net/resmo/git-ftp/ubuntu natty main
deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu natty main
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu natty main
deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu natty main

ia32-libs?. Also to install wine isapt-get install wine1.3orwine1.2for the stable version,wineis to actually execute the program, soapt-get install winewill not work. – Uri Herrera Jan 6 '12 at 9:40ia32is one of the dependencies that cannot be installed. If it could be, apt-get would have handled that for me automatically.ia32-libsdepends onlib32v4l-0, and there's no suck package at all. Also: wine is actually a metapackage that depends on wine1.3 if you have the wine ppa installed (see the top:wine depends on wine1.3). – Maerlyn Jan 6 '12 at 9:42ia32-libsas a .deb from packages.ubuntu.com but it cannot be installed becauselib32v4l-0is missing. Also did a search for that, that package is oneiric-only. – Maerlyn Jan 6 '12 at 9:47wine1.3instead of the meta package?. – Uri Herrera Jan 6 '12 at 9:53