Erro ao instalar o player vlc

1

Estou tentando instalar o VLC no meu sistema Ubuntu 14.04, durante a instalação recebi um erro como abaixo, por favor me ajude.

$ 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 (= 2.1.6-0ubuntu14.04.1) but it is not going to be installed
       Recommends: vlc-plugin-notify (= 2.1.6-0ubuntu14.04.1) but it is not going to be installed
       Recommends: vlc-plugin-pulse (= 2.1.6-0ubuntu14.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
    
por user1868526 26.06.2015 / 07:45

3 respostas

1

experimente estes passos:

  sudo apt-get update sudo apt-get upgrade

em seguida, instale o synaptic:

  sudo apt-get install synaptic

Use o aptitude em vez do apt-get:

  sudo aptitude install vlc

se você ainda não tem aptidão na sua máquina, use:

  sudo apt-get install aptitude
    
por Emil George James 26.06.2015 / 07:52
0

Outro método de resolução de problemas pode ser usar o aptitude em vez do apt-get para tentar instalar o seu pacote:

Use o aptitude em vez do apt-get:

sudo aptitude install vlc
    
por Emil George James 26.06.2015 / 07:57
0

Instalação do VLC usando o Gerenciador de Pacotes Synaptic:

Selecione vlc e clique em "Marcar para instalação" e, em seguida, clique em Aplicar.

    
por Emil George James 26.06.2015 / 08:03