环境:透明山猫(Ubuntu 10.04)
我使用以下方法安装了VLC 1.0.6:
% sudo add-apt-repository ppa:lucid-bleed/ppa
% sudo apt-get update
% sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc大约一个月后,在通过命令行进行更新时,我收到了一份通知,其中声明自动安装了许多软件包,因此我应该使用我使用的apt-get --autoremove。现在,VLC被卸载在这个文件中。现在,当我试图重新安装VLC时,我得到了以下错误:
root@srihari-laptop:~# apt-get install 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 (= 1.1.13-1~ppa1~lucid1) but it is not going to be installed
Recommends: vlc-plugin-notify (= 1.1.13-1~ppa1~lucid1) but it is not going to be installed
Recommends: vlc-plugin-pulse (= 1.1.13-1~ppa1~lucid1) but it is not going to be installed
E: Broken packages我已经尽力做了一切可能的事情,包括清除包裹,但这并没有成功。我需要VLC来工作。请告诉我如何解决这个问题。
发布于 2013-03-25 16:18:38
尝试使用这个PPA:https://launchpad.net/~nvidia-vdpau/+archive/cutting-edge-multimedia/+packages
它提供了VLC和FFMPEG,因此依赖项应该可以工作。当然,移除其他的PPA。
https://askubuntu.com/questions/272299
复制相似问题