Ubuntu 14.04 /15.04上的Kurento Media Server安装提供了未满足的依赖性错误

时间:2016-03-14 12:51:21

标签: ubuntu kurento

我正在我的ubuntu机器14.04上安装Kurento Media Server 6.0。我正在关注此链接 https://www.kurento.org/docs/6.0.0/installation_guide.html

我机器上安装的Java是java 8

abhimanyu@abhimanyu:~$ java -version
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)

我在我的机器上遇到依赖问题,甚至

sudo apt-get update 
一旦我将存储库添加到kurento.list

在我的机器上成功运行

abhimanyu@abhimanyu:~$ sudo apt-get install kurento-media-server-6.0
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:
 kurento-media-server-6.0 : Depends: kms-core-6.0 (>= 6.4.0) but it is not going to be installed
                            Depends: gstreamer1.5-plugins-good (>= 1.7.0~0) but it is not going to be installed
                            Depends: kms-elements-6.0 (>= 6.4.0) but it is not going to be installed
                            Depends: kms-filters-6.0 (>= 6.4.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

由于添加了存储库并且ubuntu已成功更新。安装时不应该给出任何依赖性问题。

0 个答案:

没有答案