como resolver dependências não satisfeitas quando instalar libgstreamer0.10-dev?

0

Eu quero executar o binário genymotion 64bit no meu debian 8.3 64bit. quando eu executo o comando ./genymotion , recebo este erro:

./genymotion: error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory

Eu segui o comando mencionado em aqui , mas recebo esse erro (como ele tentou isso no Ubuntu):

╰─$ sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev                                            100 ↵
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:
 libgstreamer-plugins-base0.10-dev : Depends: libglib2.0-dev but it is not going to be installed
 libgstreamer0.10-dev : Depends: libglib2.0-dev but it is not going to be installed

E: Incapaz de corrigir problemas, você realizou pacotes quebrados.

como posso resolver este problema?

    
por shotgunner 11.05.2016 / 11:44

1 resposta

1

Supondo que seu problema imediato está sendo executado em genymotion , isso deve ser suficiente para corrigir o primeiro erro que você relatou:

sudo apt-get install libgstreamer-plugins-base0.10-0
    
por 11.05.2016 / 11:48