我试图在12.04上安装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.0.3-0ubuntu0.12.04.1) but it is not going to be installed
Depends: libsdl-image1.2 (>= 1.2.10) but it is not installable
Depends: libtar0 but it is not installable
Depends: libxcb-keysyms1 (>= 0.3.8) but it is not installable
Recommends: vlc-plugin-notify (= 2.0.3-0ubuntu0.12.04.1) but it is not going to be installed
Recommends: vlc-plugin-pulse (= 2.0.3-0ubuntu0.12.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.如何修复这些错误并安装VLC?
发布于 2012-11-01 16:38:15
试试下面的逗号:
sudo apt-get clean && sudo apt-get update
sudo apt-get upgrade 那就试着重新安装,看看它是否有效。
另一个选择是,您可以从VLC官方网站下载最新版本。
发布于 2013-06-20 15:16:18
打开终端并运行
sudo apt-get -f install发布于 2014-04-22 20:52:44
我想这将帮助您解决依赖关系问题并安装VLC。
rm -R /var/lib/apt/list/分部/*apt-获取更新&& apt-获取升级apt-获取安装-f -获取安装vlc
祝好运。
https://askubuntu.com/questions/210596
复制相似问题