我在ubuntu 14.04 LTS上安装kurento-media-server
按照说明操作:
sudo add-apt-repository ppa:kurento/kurento
sudo apt-get update
sudo apt-get install kurento-server**
收到此错误:
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:
kurento-server : Depends: kurento-media-server (= 5.0.2-trusty) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
做一个
apt-get install kurento-media-server
我收到此错误:
The following packages have unmet dependencies:
kurento-media-server : Depends: kms-core (>= 5.0.3) but it is not going to be installed
Depends: kms-elements (>= 5.0.3) but it is not going to be installed
Depends: kms-filters (>= 5.0.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
答案 0 :(得分:1)
我刚刚在ubuntu 14.04的新版本上尝试了相同的说明,他们为我工作。
你的日志中有一些奇怪的东西,因为它请求的版本很旧,当前版本的kurento是5.1.3但你的apt-get要求5.0.2。
你做的时候有些错误吗?
sudo apt-get update
?
如果您尝试sudo apt-get install kms-core
,这种情况下的输出是什么?