VLC não instalará 14.04

0

Eu tentei assistir a um DVD e descobri que o VLC não estava instalado. Quando fui ao centro de software do Ubuntu, recebi esta mensagem ao tentar instalar o VLC. Eu não sei porque. Aqui está a saída:

"This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.

The following packages have unmet dependencies:

vlc: Depends: vlc-nox (= 2.1.4-0ubuntu14.04.1) but 2.1.4-0ubuntu14.04.1 is to be installed
     Depends: libc6 (>= 2.15) but 2.19-0ubuntu6.4 is to be installed
     Depends: libfreetype6 (>= 2.2.1) but 2.5.2-1ubuntu2.2 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"

Agradecemos antecipadamente por qualquer ajuda.

    
por user151573 11.01.2015 / 05:18

1 resposta

0

Editar: Siga este link para corrigir o problema de dependência não atendida.

Vá para o seu Terminal ( Ctrl + Alt + T ) e digite os seguintes comandos:

sudo apt-get update e sudo apt-get install ubuntu-restricted-extras e sudo apt-get install vlc

Isso instalará vlc , suas dependências e você poderá reproduzir vídeos sem nenhum problema.

    
por Sachin Kamath 11.01.2015 / 05:34