在 Lubuntu (Utopic Unicorn) 上安装 VLC

Installing VLC on Lubuntu (Utopic Unicorn)

我在 Lubuntu (ubuntu) 14.10:

上安装 VLC 时遇到一些问题
sudo apt-get install vlc

命令returns:

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.2.0-0ubuntu0.14.10.1) but 2.2.0+ppa3.2 is to be installed
       Recommends: vlc-plugin-notify (= 2.2.0-0ubuntu0.14.10.1) but 2.2.0+ppa3.2 is to be installed
       Recommends: vlc-plugin-samba (= 2.2.0-0ubuntu0.14.10.1) but 2.2.0+ppa3.2 is to be installed
E: Unable to correct problems, you have held broken packages.

我已经尝试安装它推荐的两个软件包(它们显然已经安装)。

我也遵循了本指南,因为有些人遇到了类似的问题:http://ubuntuforums.org/showthread.php?t=2250015 并安装了 xorg ppa 无济于事。

有人可以帮我解释一下吗?

非常感谢!

埃德

往常之后

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

这样做:

sudo apt-get remove --purge vlc-nox vlc-plugin-notify vlc-plugin-samba
sudo apt-get install vlc

apt-get 现在应该安装正确的依赖版本。

顺便说一句,为什么不 post 这个 https://askubuntu.com/