VLC media player Instalando o erro

1

Sou totalmente novo no Ubuntu, tenho a versão 14.04 e, quando vou ao Software Center para instalar o VLC Media Player, aparece um erro: "As dependências do pacote não podem ser resolvidas" Os seguintes pacotes têm dependências não atendidas:

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-20140406-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: libsdl-image1.2 (>= 1.2.10) but it is not going to be installed
     Depends: libsdl1.2debian (>= 1.2.11) but it is not going to be installed
     Depends: libstdc++6 (>= 4.6) but 4.8.2-19ubuntu1 is to be installed
     Depends: libtar0 but it is not going to be installed
     Depends: libva-x11-1 (> 1.3.0~) but it is not going to be installed
     Depends: libva1 (> 1.3.0~) but it is not going to be installed
     Depends: libxcb-composite0 but it is not going to be installed
     Depends: libxcb-xv0 (>= 1.2) but it is not going to be installed
     Depends: zlib1g (>= 1:1.2.3.3) but 1:1.2.8.dfsg-1ubuntu1 is to be installed

Eu tentei sudo apt-get update , mas ainda o mesmo erro

    
por Faizan Abrar 26.04.2015 / 14:41

2 respostas

0

Tente abrir uma janela do Terminal e execute estes comandos:

sudo apt-get remove --purge vlc
sudo apt-get install vlc
    
por Eduardo Cola 26.04.2015 / 18:40
0

Hey amigo tente seguir o comando

sudo apt-get install -f

Ele removerá o problema de dependência E, em seguida, vai para o centro de software nad type vlc na caixa de pesquisa e, em seguida, instala-o.

Se você deseja instalar por linha de comando, simplesmente digite

sudo apt-get install vlc* -y
    
por Purushottam Dike 10.05.2015 / 21:16