我正在尝试在 Linux Mint 16 上安装新版本。vlc
我已经尝试过有关如何安装的教程,但没有成功。当我尝试安装它时,apt-get install vlc
我得到了相同的版本 2.0.8。怎么解决这个问题。
命令行中的示例:
Command:
sudo add-apt-repository ppa:videolan/master-daily
Output:
You are about to add the following PPA to your system:
This PPA contains daily builds from the VLC development branch.
More info: https://launchpad.net/~videolan/+archive/ubuntu/master-daily
Press [ENTER] to continue or ctrl-c to cancel adding it
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.DncfZniK1d --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 801DF724
gpg: requesting key 801DF724 from hkp server keyserver.ubuntu.com
gpg: key 801DF724: "Launchpad Daily Build of master branch" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Command:
sudo apt-get update && sudo apt-get install vlc
Output:
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
**vlc is already the newest version.**
The following package was automatically installed and is no longer required:
libsvga1
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
到目前为止我已经尝试过这个链接:
如何在 Ubuntu 12.04 上安装最新版本的 VLC (2.1.2)?
答案1
您可以使用下面的 PPA 尝试最新的稳定版本。
sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc
答案2
验证 VLC 版本
根据存储库的网络版本对于您尝试添加的版本,每日构建适用的唯一 Ubuntu 版本是:
- 值得信赖 - 14.04
- 乌托邦 - 14.10
- 生动 - 15.04
单击上面链接上绿色的“技术详细信息”行,因为版本会随着此答案的老化而变化。要下载正确的版本,请访问Mint 的 VLC 下载页面。如果单击绿色安装按钮后软件中心中显示的版本是 12.0.8,则无法更新到 2.1.X。 请参阅我在这篇文章中的回答为什么。无论发行版如何,推理都适用于所有二进制发行版。
为什么会出现这种行为
由于 Mint 是 Ubuntu 的衍生品,所以这应该可行。之所以没有,是因为您使用的 Mint 版本基于低于 14.04 的 Ubuntu 版本,这是每日构建存储库中的最低版本。