Problema ao instalar o VLC

0

Sempre que eu tento instalar o VLC por terminal, isso aparece.

ankit@ankit-desktop:~$ sudo apt-get install vlc
[sudo] password for ankit: 
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.0.8+git20131023+r618-0~r13~ubuntu13.10.1) but it is not going to be installed
       Recommends: vlc-plugin-notify (= 2.0.8+git20131023+r618-0~r13~ubuntu13.10.1) but it is not going to be installed
       Recommends: vlc-plugin-pulse (= 2.0.8+git20131023+r618-0~r13~ubuntu13.10.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Estou usando o Ubuntu 13.10.

Por favor, me diga o que fazer?

Quando tento instalar o VLC a partir do centro de software, esta mensagem aparece, Package dependencies cannot be resolved .

    
por Ankit 23.10.2013 / 16:08

3 respostas

1

Você provavelmente configurou uma nova máquina e criptografou seu sistema.

  1. Pressione ALT e F2 juntos.
  2. Digite - > software-properties-gtk e selecione-o.
  3. Selecione a guia outras fontes.
  4. Verifique se as caixas que dizem "parceiros canônicos" e "parceiros canônicos (código-fonte)" estão marcadas.
  5. Concorde com a atualização solicitada.

Agora você deve conseguir instalar o vlc.

    
por Scrapman Joe 12.05.2015 / 01:41
0

Tente executar:

sudo apt-get -f install

Isso deve corrigir pacotes quebrados ou dependências não atendidas. Então você pode instalar o vlc.

    
por simbadub23 23.10.2013 / 16:13
0

Parece que você tem PPAs de terceiros ativados. Desative-os. Veja esta pergunta

Atualize agora sua lista de pacotes com sudo apt-get update e faça sudo apt-get install -f para resolver o problema.

    
por Anwar 23.10.2013 / 19:57