Wine not installed

Asked by Jhosman Lizarazo

I just installed Ubuntu 12.10, but after doing "sudo apt-get update && sudo apt-get dist-upgrade", I can not install Wine

$ sudo apt-get install wine
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
No se pudieron instalar algunos paquetes. Esto puede significar que
usted pidió una situación imposible o, si está usando la distribución
inestable, que algunos paquetes necesarios no han sido creados o han
sido movidos fuera de Incoming.
La siguiente información puede ayudar a resolver la situación:

Los siguientes paquetes tienen dependencias incumplidas:
 wine : Depende: wine1.4 pero no va a instalarse
E: No se pudieron corregir los problemas, usted ha retenido paquetes rotos.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: wine (not installed)
ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
Uname: Linux 3.5.0-11-generic x86_64
ApportVersion: 2.5.1-0ubuntu1
Architecture: amd64
Date: Thu Aug 23 23:19:07 2012
EcryptfsInUse: Yes
InstallationMedia:

SourcePackage: wine1.4
UpgradeStatus: No upgrade log present (probably fresh install)

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu wine1.4 Edit question
Assignee:
No assignee Edit question
Solved by:
Jhosman Lizarazo
Solved:
Last query:
Last reply:

This question was originally filed as bug #1041019.

Revision history for this message
Jhosman Lizarazo (jhosman) said :
#1
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Can you give the output of:

apt-cache policy wine wine-1.4

Thanks

Revision history for this message
Jhosman Lizarazo (jhosman) said :
#3

After of publish this question i have run apt-cache

El viernes, 24 de agosto de 2012, actionparsnip <
<email address hidden>> escribió:
> Your question #206663 on wine1.4 in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/wine1.4/+question/206663
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> Can you give the output of:
>
> apt-cache policy wine wine-1.4
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/wine1.4/+question/206663
>
> You received this question notification because you asked the question.
>

--
Cordialmente.

Jhosman Lizarazo
https://launchpad.net/~jhosman

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Yes, can you copy the output and paste it as an update

Thanks

Revision history for this message
Jhosman Lizarazo (jhosman) said :
#5

$ sudo apt-get install wine
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
No se pudieron instalar algunos paquetes. Esto puede significar que
usted pidió una situación imposible o, si está usando la distribución
inestable, que algunos paquetes necesarios no han sido creados o han
sido movidos fuera de Incoming.
La siguiente información puede ayudar a resolver la situación:

Los siguientes paquetes tienen dependencias incumplidas:
 wine : Depende: wine1.4 pero no va a instalarse
E: No se pudieron corregir los problemas, usted ha retenido paquetes rotos.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Look at the command you ran, then look at the command I gave. They are not the same.....

Revision history for this message
Jhosman Lizarazo (jhosman) said :
#7

Apparently they have already solved the problem in the repositories. Although the command was the same

Revision history for this message
Alexander Karlstad (alexander.karlstad) said :
#8

Could this be what I'm struggeling with? I can't install wine at all on my computer, running 64 bit Ubuntu. The same goes for ia32-libs and coderunner. APT tells me that there's dependency issues, and they are not fixed by running «apt-get -f install» no matter what.

I've tried with and without the Wine PPA, enabling and re-enabling universe/multiverse, and today I tried installing it via a freshly downloaded live image and running it on a USB stick. That didn't work either.

Then, I tried installing 12.10 in Virtualbox, and voila! It worked there, but not on my computer (the host). I'm thinking dependency issues with some pre-installed packages that goes for my hardware? Could that be it? When running «sudo apt-get -f install» as mentioned above, it wants to remove «ubuntu-desktop», «xorg» and most of the «xserver-xorg-*» packages.

apt-cache policy wine1.4 gives me this by the way:

> wine1.4:
> Installed: (none)
> Candidate: 1.4.1-0ubuntu1
> Version table:
> 1.4.1-0ubuntu1 0
> 500 http://archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages

I'm running 12.10 x64 on kernel 3.5.0-17-generic. I'm on a Thinkpad Edge 13 with an Intel Core i3 380UM and Intel HD Graphics 3000. If that helps in any way.