Tentando instalar o vinho em 14.04, tentei remover todo o vinho relacionado, mas ainda sem alegria [duplicado]

0

Após muitos problemas de dependência, decidimos remover todos os pacotes relacionados ao vinho do sináptico.

Recentemente atualizado de 12.04 para 14.04.

Não entenda o que está acontecendo. Get depende wine1.6-i386, quando tento instalar esse get cmslib2-2 dependências

$ sudo apt-get install wine winetricks
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.6 but it is not going to be installed or
                 wine1.7 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
2014-08-28_15:28 ~
$
    
por Robin 28.08.2014 / 16:35

1 resposta

0

Primeiro, tente definir a arquitetura:

dpkg --add-architecture

Em seguida, limpe e adicione o ppa novamente.

sudo apt-get install ppa-purge && sudo add-apt-repository ppa:ubuntu-wine/ppa && sudo apt-get update

E agora tente instalar a dependência

sudo apt-get install wine1.7

Para mais informações, visite Configurando a arquitetura .

Espero que ajude.

    
por Victor 28.08.2014 / 18:20