在 Ubuntu 14.04 上安装 VLC 媒体播放器

HDB*_*HDB 9 vlc 14.04

我在互联网上搜索了许多选项来在 Ubuntu 14.04 (Trusty Tahr) 上安装 VLC 媒体播放器,但没有任何效果对我有用。

我该如何解决这个问题?

错误:

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?
Run Code Online (Sandbox Code Playgroud)

Rav*_*van 10

截至 2015 年 9 月 23 日,此存储库提供的 Ubuntu 14.04 (Trusty Tahr) 的最新 VLC 版本是 2.2.1

打开终端并运行(对于 14.04):

sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install vlc vlc-plugin-*
Run Code Online (Sandbox Code Playgroud)

对于其他版本,请参见此处