Problema de dependência de instalação de plugins do Rhythmbox

2

Eu tentei instalar plug-ins no Rhytmbox Music player, mas recebo este erro link .

The following packages have unmet dependencies:

gstreamer1.0-plugins-ugly: Depends: libc6 (>= 2.14) but 2.19-0ubuntu6.4 is to be installed
                           Depends: libdvdread4 (>= 4.1.3) but 4.2.1-2ubuntu1 is to be installed
                           Depends: libgcc1 (>= 1:4.1.1) but 1:4.9.1-0ubuntu1 is to be installed
                           Depends: libglib2.0-0 (>= 2.37.3) but 2.40.2-0ubuntu1 is to be installed
                           Depends: liborc-0.4-0 (>= 1:0.4.18) but 1:0.4.18-1ubuntu1 is to be installed
                           Depends: libstdc++6 (>= 4.1.1) but 4.8.2-19ubuntu1 is to be installed
    
por ramseyy 07.12.2014 / 23:15

2 respostas

4

em um terminal, digite

sudo apt-get install -f

o sinal -f significa --fix-missing

depois disso, vc pode rodar

sudo apt-get install ubuntu-restricted-extras

isso instala alguns plugins de terceiros.

Você pode tentar executar o comando de instalação do plug-in novamente.

    
por femur 08.12.2014 / 15:49
2

Eu resolvi o problema. Nesta situação, você só precisa instalar esses plug-ins com o Terminal.

# sudo apt-get install gstreamer1.0-plugins-ugly

# sudo apt-get install gstreamer1.0-fluendo-mp3
    
por ramseyy 08.12.2014 / 15:26