Problema ao instalar o wine no Ubuntu 12.10 [duplicado]

0

Estou tendo problema ao instalar o wine no Ubuntu 12.10

Eu tentei seguir alguns tutoriais, mas nenhum deles funciona.

 **root@ubuntu:~# add-apt-repository ppa:ubuntu-wine/ppa**

 **root@ubuntu:~# apt-get update**

 **root@ubuntu:~# apt-get install wine1.5**

 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.5 : Depends:
 wine1.5-i386 (= 1.5.16-0ubuntu1) but it is not installable
            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.
 root@ubuntu:~#

Alguém pode me ajudar a resolver o problema?

    
por akhumaini 02.11.2012 / 10:49

1 resposta

0

Bem, desde que você quebrou os pacotes, eu sugiro que você use o seguinte comando:

sudo apt-get update -f

Para consertar pacotes quebrados.

e instale o vinho novamente

sudo apt-get install wine
% bl0ck_qu0te%

[EDIT]: wow toda a questão acabou de mudar -.-

    
por Dr_Bunsen 02.11.2012 / 10:57