Problema com “rhythmbox-plugin-magnatune”

0

Eu tenho problema com a instalação de software no meu Ubuntu (12.04). Sempre que eu quiser usar o ubuntu software center pop up aparece com informações que "Itens não podem ser instalados ou removidos ..." e opção de cancelar e reparar (reparar e não resolver problema).

O registro está seguindo

installArchives() failed: dpkg: dependency problems prevent configuration of rhythmbox-plugin-magnatune:
 rhythmbox-plugin-magnatune depends on rhythmbox (= 2.96-0ubuntu4.2); however:
  Version of rhythmbox on system is 2.96-0ubuntu4.3.
dpkg: error processing rhythmbox-plugin-magnatune (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
 rhythmbox-plugin-magnatune
Error in function: 
dpkg: dependency problems prevent configuration of rhythmbox-plugin-magnatune:
 rhythmbox-plugin-magnatune depends on rhythmbox (= 2.96-0ubuntu4.2); however:
  Version of rhythmbox on system is 2.96-0ubuntu4.3.
dpkg: error processing rhythmbox-plugin-magnatune (--configure):
 dependency problems - leaving unconfigured

Eu tentei uma solução como esta: link

Mas ainda quando estou executando estes comandos, aparece um erro com o plugin rhythymbox.

dpkg: dependency problems prevent configuration of rhythmbox-plugin-magnatune:
 rhythmbox-plugin-magnatune depends on rhythmbox (= 2.96-0ubuntu4.2); however:
  Version of rhythmbox on system is 2.96-0ubuntu4.3.

Este problema me bloqueia a instalação de algum software necessário, eu aprecio qualquer ajuda.

Obrigado.

    
por movax 11.01.2014 / 12:20

1 resposta

1

Este é um problema com o espelho. Ambos os pacotes rhythmbox e rhythmbox-plugin-magnatune versão 2.96-0ubuntu4.3 estão disponíveis nos repositórios como pode ser visto na página do Launchpad . Por algum motivo ou outro, o espelho não foi sincronizado corretamente. Você deve atualizar suas listas:

sudo apt-get update
sudo apt-get install rhythmbox

Ou mude para outro espelho.

    
por Braiam 11.01.2014 / 14:50