【问题标题】:Can't install kurento-media-server on Ubuntu 16.04无法在 Ubuntu 16.04 上安装 kurento-media-server
【发布时间】:2018-09-25 06:50:00
【问题描述】:

我从http://doc-kurento.readthedocs.io/en/stable/installation_guide.html跟着kurento安装,但是当我运行命令时:

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.6.1) but it is not going to be installed
                            Depends: libglibmm-2.4-1c2a (>= 2.36.2) but it is not going to be installed
                            Depends: libsigc++-2.0-0c2a (>= 2.0.2) but it is not going to be installed
                            Depends: gstreamer1.5-plugins-bad (>= 1.7.0~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.6.1) but it is not going to be installed
                            Depends: kms-filters-6.0 (>= 6.6.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

【问题讨论】:

    标签: kurento


    【解决方案1】:

    说明适用于 Ubuntu 14.04LTS,请按照以下步骤操作,使用这些步骤我在 Ubuntu 16.04 中安装了它

    echo "deb http://ubuntu.kurento.org xenial kms6" | sudo tee /etc/apt/sources.list.d/kurento.list
    wget -O - http://ubuntu.kurento.org/kurento.gpg.key | sudo apt-key add -
    sudo apt-get update
    sudo apt-get install kurento-media-server-6.0
    

    【讨论】:

      猜你喜欢
      • 2017-11-13
      • 2020-07-26
      • 2020-05-01
      • 2018-04-06
      • 2023-04-10
      • 2018-06-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多