dependências não satisfeitas durante a instalação do vinho [duplicado]

2

Olá, sou novo aqui e tenho tentado instalar o vinho:

$ sudo apt-get install wine1.7
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.7 : Depends: wine1.7-i386 (= 1.7.4-0ubuntu4) but it is not installable
E: Unable to correct problems, you have held broken packages.

o que devo fazer?

    
por Apollo 24.10.2013 / 04:55

1 resposta

0

Siga estas etapas para instalar o wine1.7

  • abra o terminal e execute estes comandos:

    sudo add-apt-repository ppa:ubuntu-wine/ppa
    sudo apt-get update
    sudo apt-get install wine1.7
    

    se novamente o último comando lhe der algum erro, substitua-o por:

    sudo apt-get install wine1.7 wine1.7-i386"=1.7.4-0ubuntu4"
    
  • Deve instalar com sucesso o vinho sem qualquer problema. :)

Responda se algo der errado.

    
por Saurav Kumar 24.10.2013 / 05:08