Não é possível consertar pacotes quebrados usando o Synaptic (Pacote quebrado: Wine1.4) [duplicado]

2

Ok, estou tentando consertar um pacote quebrado para instalar o vinho. Quando eu faço "sudo apt-get install wine" eu recebo:

sam@ubuntu:~$ sudo apt-get install wine 
[sudo] password for sam:  
Reading package lists... Done 
Building dependency tree        
Reading state information... Done 
Some packages could not be installed. 
This may mean that you have requested an impossible situation or if you are 
using the unstable distribution that some required packages have not yet 
been created or been moved out of Incoming. 
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  wine : Depends: wine1.4 but it is not going to be installed 
E: Unable to correct problems, you have held broken packages.

Então eu tento "sudo apt-get install wine1.4"

sam@ubuntu:~$ sudo apt-get install wine1.4
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine1.4 : Depends: wine1.4-i386 (= 1.4.1-0ubuntu1) but it is not installable
           Recommends: gnome-exe-thumbnailer but it is not going to be installed or
                       kde-runtime but it is not going to be installed
           Recommends: winetricks but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Então alguém me disse para experimentar o Synaptic. Aqui está o que eu tentei:

  1. Vinho pesquisado
  2. Vinho clicado com o botão direito1,4
  3. Disse que precisava marcar outros pacotes
  4. Marcar
  5. Eu clico em Aplicar. Diz, você tem que consertar pacotes quebrados primeiro!
  6. Eu faço Editar > Conserto de pacotes quebrados Eu recebo isso

    E: Unable to correct problems, you have held broken packages.
    E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
    E: Unable to correct dependencies
    E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
    E: Unable to correct dependencies
    

Estou muito frustrado. Eu removi o Official Wine PPA e tentei até tentei

$ sudo apt-get -f install
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Por favor me ajude: (

Sistema: Ubuntu 12.10 64 bits

    
por Rustyblade 09.12.2012 / 20:10

1 resposta

0

Este é um problema comum com os sistemas Wine e 64 bits. As soluções aqui propostas resolvem o problema:

por Cláudio Novais 09.12.2012 / 20:31