instala o VLC no Ubuntu 64 bits - 15-05-15 (fechado)

-1

eu uso o centro de software do Ubuntu para instalar o VLC, mas é um erro:

vlc: Depends: vlc-nox (= 2.1.2-2) but 2.1.2-2 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.4+dfsg-0ubuntu22 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

Você poderia me ajudar por favor, obrigado.

    
por user142146 15.05.2015 / 00:43

1 resposta

1

Você está perdendo as outras bibliotecas das quais depende a instalação do VLC. Você pode fazer

sudo apt-get update

sudo apt-get upgrade -y

sudo apt-get install vlc browser-plugin-vlc

sudo apt-get -f install #if you have already tried to install the package and get the missing dependent libraries error.

Você também pode baixar o pacote do Ubuntu Software Center ou do site VLC . Baixe o pacote deb e instale com

sudo dpkg -i install package name
    
por rulebreaker4 15.05.2015 / 01:06