Tentando reinstalar o player VLC, mas não funciona

0

Eu recebo este erro quando tento instalar usando o software center ... Como faço para corrigir isso

Os seguintes pacotes têm dependências não atendidas:

vlc:

 Depends: vlc-nox (= 3.0.0 + ~~ git20150319 r59816 + 33 ~ ubuntu14.04.1) but git20150319 3.0.0 ~~ + ~ + 33 r59816 ubuntu14.04.1 will be installed
 Depends: libavcodec-extra-55 (> = 6: 10 ~ ~~ git20131218.b3189af ubuntu14.04.1) but will not be installed
 Depends: libavutil53 (> = 6: 9.1-1) but will not be installed
 Depends: libegl1-x11 but it is a virtual package
 Depends: libgcc1 (> = 1: 4.1.1) but the 1: 4.9.1-0ubuntu1 will be installed
 Depends: libgles1 but is a virtual package
 Depends: libgles2 but is a virtual package
 Depends: libpulse0 (> = 1: 1.0) but the 1: 4.0-0ubuntu11.1 will be installed
 Depends: libqtcore4 (> = 4: 4.8.0) but the 4: 4.8.5 + dfsg + git192-g085f851-2ubuntu4 will be installed
 Depends: libqtgui4 (> = 4: 4.8.0) but the 4: 4.8.5 + dfsg + git192-g085f851-2ubuntu4 will be installed
 Depends: libstdc ++ 6 (> = 4.6) but 4.8.2-19ubuntu1 will be installed
 Depends: zlib1g (> = 1: 1.2.3.3) but the 1: 1.2.8.dfsg-1ubuntu1 will be installed
    
por Gabriel Huhn 08.04.2015 / 07:29

1 resposta

0

Por favor, atualize seus repositórios primeiro, seguindo o comando (verifique se você recebe algum erro durante a atualização):

sudo apt-get update

Em seguida, tente isto:

sudo apt-get -f install vlc

A opção -f tentará instalar o pacote com força.

Se nada funcionar, por favor tente remover as dependências ou limpar a vlc.

    
por kashminder 08.04.2015 / 08:12