Problemas de dependência de pacote com vinho

0

Estou executando o Ubuntu e tentando instalar o Wine. Quando executo o sudo apt-get install wine , ele apresenta o seguinte erro:

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.

Eu tentei usar o -f flag e isso não ajuda. O centro de software do Ubuntu retorna um erro semelhante.

Edit: Aqui está o que é retornado ao tentar executar sudo apt-get install wine1.4 :

$ 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: ttf-droid
           Recommends: ttf-mscorefonts-installer but it is not going to be installed
           Recommends: ttf-umefont but it is not going to be installed
           Recommends: ttf-unfonts-core but it is not going to be installed
           Recommends: winbind 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.
    
por microbug 06.01.2013 / 13:24

1 resposta

0

Experimente este arquivo do WineHQ e execute-o como root ou com o comando sudo

  1. Faça o download do arquivo de compilação de dependência de aqui .
  2. Copie e cole em um gedit e salve-o com a extensão .sh
  3. Abra o terminal e execute-o como root, por exemplo:

    sudo sh filename.sh
    
por Sherlock Smith 10.12.2013 / 06:29