0

我正在我的 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 已成功更新。它不应该在安装时产生任何依赖问题。

4

0 回答 0