Por que estou recebendo este erro ao atualizar após uma atualização parcial?

0

Fui solicitado por uma atualização parcial e concluí-a. Durante isso, o VLC foi removido. Quando tento reinstalar, obtenho isto:

isuru@isuru-desktop:~$ sudo apt-get install vlc   
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 (= 1.1.13-1~ppa1~lucid1) but it is not going to be installed
Recommends: vlc-plugin-notify (= 1.1.13-1~ppa1~lucid1) but it is not going to be installed
Recommends: vlc-plugin-pulse (= 1.1.13-1~ppa1~lucid1) but it is not going to be installed 
E: Broken packages 

isuru@isuru-desktop:~$

sudo apt-get install vlc-nox 
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-nox: 
Depends:
libavformat52 (>= 4:0.6-1~) but it is not going to be installed or libavformat-extra-52 (>= 4:0.6-1~) 
E: Broken packages
    
por isuru-buddhika 14.01.2013 / 17:36

2 respostas

0

Tente executar isso:

% bl0ck_qu0te%

Isso resolve isso?

    
por Vreality 14.01.2013 / 21:43
0

Abra uma corrida no terminal

sudo apt-get update && sudo apt-get dist-upgrade

Quando isso estiver concluído, abra o centro de software, digite vlc no campo de pesquisa e siga as etapas restantes como faria normalmente.

    
por rɑːdʒɑ 14.01.2013 / 17:54