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 が正常に更新されたため。インストール中に依存関係の問題が発生することはありません。