Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Ubuntu 14.04/15.04上安装Kurento Media Server时出现未满足的依赖项错误_Ubuntu_Kurento - Fatal编程技术网

在Ubuntu 14.04/15.04上安装Kurento Media Server时出现未满足的依赖项错误

在Ubuntu 14.04/15.04上安装Kurento Media Server时出现未满足的依赖项错误,ubuntu,kurento,Ubuntu,Kurento,我正在我的ubuntu机器14.04上安装Kurento Media Server 6.0。我正在关注这个链接 我的机器上安装的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 m

我正在我的ubuntu机器14.04上安装Kurento Media Server 6.0。我正在关注这个链接

我的机器上安装的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已成功更新。安装时不应出现任何依赖性问题

您是否尝试过
sudo-apt-get-dist-upgrade
?我已经完成了dist-upgrade,但仍然遇到了相同的错误我已经显式安装了sudo-apt-get-install-libglib2.0-0,然后kurento使用命令sudo-apt-get-install-kurento-media-server-6.0安装了fine之后,我遇到了同样的问题,并记录了解决问题的方法本期: