Não consigo instalar o VLC

0

Eu sou novo no Ubuntu. Ao tentar atualizar o vlc, a fim de ser capaz de reproduzir certos vídeos, eu estraguei tudo e agora sou incapaz de instalar uma nova versão do media player VLC. enquanto fazia isso, eu estava usando o Ubuntu 14.04. Eu pensei que vai ser corrigido quando eu atualizar para o 15.04 mas não ajudou. isto é o que eu recebo quando tento instalar o vlc através do terminal.

ricky@ricky-pc:~$ sudo apt-get install vlc
[sudo] password for ricky: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 vlc : Depends: vlc-nox (= 2.2.0+git20160309+r58687+31+14~ubuntu15.04.1) but 2.2.1~trusty1 is to be installed
       Depends: libgles1-mesa (>= 7.8.1) but it is not installable or
                libgles1
       Depends: libva-drm1 (>= 1.1.0) but it is not installable
       Depends: libva-x11-1 (>= 1.0.3) but it is not installable
       Depends: libxcb-composite0 but it is not installable
       Depends: libxcb-xv0 (>= 1.2) but it is not installable
       Recommends: vlc-plugin-notify (= 2.2.0+git20160309+r58687+31+14~ubuntu15.04.1) but it is not going to be installed
       Recommends: vlc-plugin-samba (= 2.2.0+git20160309+r58687+31+14~ubuntu15.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Quando tento instalar o VLC a partir do centro de software, esta mensagem aparece, as dependências do pacote não podem ser resolvidas.

Por favor. Agradecemos antecipadamente.

    
por Rodney Rozario 10.03.2016 / 06:39

4 respostas

0

para resolver o erro unmet dependency , você pode executar estes comandos:

sudo dpkg --configure -a
sudo apt-get -f install

tente instalar, atualizar, ...

    
por Mostafa Ahangarha 10.03.2016 / 07:27
0
sudo apt-get purge vlc
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vlc

    
por RowdyDemon 10.03.2016 / 06:51
0

Digite o seguinte comando:

sudo apt-get -f install
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install vlc vlc-plugin-*
    
por GAD3R 10.03.2016 / 09:03
-1

Faça o download do arquivo deb vlc mais recente de acordo com a sua versão do Ubuntu link

Instale o pacote e busque os repositórios usando:

% bl0ck_qu0te%

Se você já o instalou com dependências perdidas, baixe e instale as dependências ausentes com

% bl0ck_qu0te%     
por Ishan 10.03.2016 / 07:13