no Ubuntu 14.04.3 ferramenta UCK, não consigo instalar o vinho 1.6 ou wine1.7 [duplicado]

1

Eu posso instalar wine1.7 com sucesso seguindo commond, mas não consigo instalar em uck tool

Por que isso está acontecendo e como posso corrigi-lo?

$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install wine1.7 winetricks
# apt-get install wine1.7 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:
 wine1.7 : Depends: wine1.7-i386 (= 1:1.7.44-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-mscorefonts-installer but it is not going to be installed
           Recommends: fonts-horai-umefont but it is not going to be installed
           Recommends: fonts-unfonts-core but it is not going to be installed
           Recommends: ttf-wqy-microhei
E: Unable to correct problems, you have held broken packages.
    
por Andy 13.08.2015 / 10:32

1 resposta

0

eu tenho o mesmo problema. Se você estiver usando o Ubuntu > 14.04, tente isto:

sudo apt-cache policy libvpx1

libvpx1:
Installed: 1.3.0+git20150219-1~gd~t
Candidate: 1.3.0+git20150219-1~gd~t
Version table:
*** 1.3.0+git20150219-1~gd~t 0
    100 /var/lib/dpkg/status
 1.3.0-3~trusty 0
    500 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main amd64 Packages
 1.3.0-2 0
    500 http://ru.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

E faça o downgrade desse pacote:

sudo apt-get install libvpx1=1.3.0-3~trusty
    
por Sasha Odegov 16.08.2015 / 19:17