Não é possível instalar o VLC Media Player

0

Estou com problemas com:

vlc: Depends: vlc-nox (= 2.1.6-0ubuntu14.04.1) but
    2.1.6-0ubuntu14.04.1 is to be installed
         Depends: libc6 (>= 2.15) but 2.19-0ubuntu6.6 is to be installed
         Depends: libfreetype6 (>= 2.2.1) but 2.5.2-1ubuntu2.4 is to be installed
         Depends: libgcc1 (>= 1:4.1.1) but 1:4.9.1-0ubuntu1 is to be installed
         Depends: libqtcore4 (>= 4:4.8.0) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed
         Depends: libqtgui4 (>= 4:4.8.0) but 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 is to be installed
         Depends: libstdc++6 (>= 4.6) but 4.8.2-19ubuntu1 is to be installed
         Depends: zlib1g (>= 1:1.2.3.3) but 1:1.2.8.dfsg-1ubuntu1 is to be installed
    
por Okari san 05.04.2015 / 07:57

1 resposta

0

Digite software-properties-gtk no terminal CTRL + Alt + T como root e certifique-se de que os repositórios restritos e universais estejam ativados. / p>

Então tente isso,

sudo apt-get autoclean
sudo apt-get -f install
sudo apt-get update
sudo apt-get dist-upgrade

tente instalar o vlc novamente

sudo apt-get install vlc browser-plugin-vlc
    
por arunvkumr 05.04.2015 / 09:05