Kurento Installation Unmet Dependencies

核能气质少年 提交于 2019-12-04 10:59:08

I ve got solution

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install kurento-media-server-6.0

then

sudo apt-get install aptitude
sudo aptitude install kurento-media-server-6.0

It works for me

What worked for me is @hoanganh17b solution

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install kurento-media-server-6.0
sudo apt-get install aptitude
sudo aptitude install kurento-media-server-6.0

then when asked Accept this solution? [Y/n/q/?], instead of keying Y, do this:

Accept this solution? [Y/n/q/?] +
Accept this solution? [Y/n/q/?] n

scroll until you reach the line that has libglib2.0-0, in my case it's 22 and 23. That line will look like this:

Upgrade the following packages:        

22)     libglib2.0-0 [2.42.2-0ubuntu1~14.04~ricotz0 (now, trusty) -> 2.46.1-1 (<NULL>)]  
23)     libglib2.0-bin [2.42.2-0ubuntu1~14.04~ricotz0 (now, trusty) -> 2.46.1-1 (<NULL>)]

then key in the ff. answers on the Accept this solution? [Y/n/q/?] portion:

Accept this solution? [Y/n/q/?] 22
Accept this solution? [Y/n/q/?] a 22


Accept this solution? [Y/n/q/?] 23
Accept this solution? [Y/n/q/?] a 23

The kurento-media-server-6.0 will then be installed.

To test and confirm it's installed:

sudo service kurento-media-server-6.0 start
sudo service kurento-media-server-6.0 stop

make sure your ubuntu version is 14.04 LTS 64bit base on Kurento installation guid: Kurento Media Server (KMS) has to be installed on Ubuntu 14.04 LTS (64 bits).

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!