instalação do media player VLC no Ubuntu 14.04

8

Eu tenho procurado por muitas opções na Internet para instalar o media player VLC no Ubuntu 14.04 (Trusty Tahr), mas nada está funcionando para mim.

Como posso resolver este problema?

Erros:

root@hiteshb-To-be-filled-by-O-E-M:~# apt-get install vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libavcodec54 libavformat54 libchromaprint0 libmp3lame0 libvlc5 libvlccore7
  vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse
Suggested packages:
  libchromaprint-tools python-acoustid videolan-doc
Recommended packages:
  libdvdcss2
The following NEW packages will be installed:
  libavcodec54 libavformat54 libchromaprint0 libmp3lame0 libvlc5 libvlccore7
  vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-pulse
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
    
por HDB 11.08.2014 / 13:30

4 respostas

10

A partir de 2015-09-23, a versão mais recente do VLC para o Ubuntu 14.04 (Trusty Tahr) fornecida por este repositório é 2.2.1 .

Abra um terminal e execute (para 14.04):

sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install vlc vlc-plugin-*

Para outras versões, consulte aqui .

    
por Ravan 23.09.2015 / 13:56
4

Para instalar o VLC media player no Ubuntu, você pode tentar abrir o seu terminal ( Ctrl + Alt + T ) e digitar:

sudo apt-get install vlc

Se houver erros, você poderá colar a saída para que as pessoas possam ajudá-lo.

Você pode tentar desativar o IPv6 na sua caixa. Às vezes pode ser um problema. Para desabilitar o IPv6, adicione o seguinte ao /etc/sysctl.conf :

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

Depois disso, abra o seu terminal ( Ctrl + Alt + T ) e digite:

sudo sysctl -p && sudo apt-get update && sudo apt-get install vlc
    
por Alex Kondratiev 11.08.2014 / 13:34
0

tente isso ...

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vlc
    
por Itachi Sama 11.08.2014 / 13:51
-1

Isso funcionou para mim em 2015-1-8:

sudo add-apt-repository ppa:djcj/vlc-stable
sudo apt-get update
sudo apt-get install vlc
    
por shuo 09.01.2015 / 01:31

Tags