vlc depende de vlc-nox

2

Estou tentando instalar o VLC em 12.04, mas estou encontrando esses erros:

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.3-0ubuntu0.12.04.1) but it is not going to be installed
       Depends: libsdl-image1.2 (>= 1.2.10) but it is not installable
       Depends: libtar0 but it is not installable
       Depends: libxcb-keysyms1 (>= 0.3.8) but it is not installable
       Recommends: vlc-plugin-notify (= 2.0.3-0ubuntu0.12.04.1) but it is not going to be installed
       Recommends: vlc-plugin-pulse (= 2.0.3-0ubuntu0.12.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Como faço para corrigir esses erros e instalar o VLC?

    
por Sridhar 01.11.2012 / 17:28

3 respostas

0

Tente esses anúncios:

sudo apt-get clean && sudo apt-get update
sudo apt-get upgrade    

Em seguida, tente reinstalar e veja se funciona ...

E a outra opção é que você pode baixar a versão mais recente do Site oficial do VLC

    
por Vikash Singh 01.11.2012 / 17:38
0

Abra um terminal e execute

sudo apt-get -f install
    
por ruwan 20.06.2013 / 17:16
0

Acho que isso ajudará você a corrigir o problema de dependências e a instalar o VLC.

  

rm -R / var / lib / apt / listas / parcial / *

     

apt-get update & amp; & amp; apt-get upgrade

     

apt-get install -f

     

apt-get install vlc

Boa sorte.

    
por Waiyl Karim 22.04.2014 / 22:52