【问题标题】:how to install kurento on debian?如何在debian上安装kurento?
【发布时间】:2016-03-11 00:22:30
【问题描述】:

我试过了:

add-apt-repository ppa:kurento/kurento
apt-get update
apt-get install kurento-media-server

并得到 404 错误,例如:

Err http://ppa.launchpad.net wheezy/main Sources                                                         
  404  Not Found
Err http://ppa.launchpad.net wheezy/main amd64 Packages                
  404  Not Found
Ign http://ppa.launchpad.net wheezy/main Translation-fr_FR             
Ign http://ppa.launchpad.net wheezy/main Translation-fr
Err http://ubuntu.kurento.org wheezy/main Sources
  404  Not Found
Ign http://ppa.launchpad.net wheezy/main Translation-en                
Err http://ppa.launchpad.net wheezy/main Sources                       
  404  Not Found
Err http://ppa.launchpad.net wheezy/main amd64 Packages
  404  Not Found
Err http://ubuntu.kurento.org wheezy/main amd64 Packages
  404  Not Found
Ign http://ppa.launchpad.net wheezy/main Translation-fr_FR             
Ign http://ppa.launchpad.net wheezy/main Translation-fr                
Ign http://ubuntu.kurento.org wheezy/main Translation-fr_FR
Ign http://ppa.launchpad.net wheezy/main Translation-en                
Ign http://ubuntu.kurento.org wheezy/main Translation-fr               
Ign http://ubuntu.kurento.org wheezy/main Translation-en
W: Aucune clé publique n'est disponible pour la/les clé(s) suivante(s) :
7638D0442B90D010
W: Aucune clé publique n'est disponible pour la/les clé(s) suivante(s) :
7638D0442B90D010
W: Aucune clé publique n'est disponible pour la/les clé(s) suivante(s) :
9D6D8F6BC857C906
W: Impossible de récupérer http://ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/wheezy/main/source/Sources  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/wheezy/main/binary-amd64/Packages  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/kurento/kurento/ubuntu/dists/wheezy/main/source/Sources  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/kurento/kurento/ubuntu/dists/wheezy/main/binary-amd64/Packages  404  Not Found

W: Impossible de récupérer http://ubuntu.kurento.org/dists/wheezy/main/source/Sources  404  Not Found

W: Impossible de récupérer http://ubuntu.kurento.org/dists/wheezy/main/binary-amd64/Packages  404  Not Found

知道如何在 Debian 服务器上正确安装它吗?

【问题讨论】:

    标签: kurento


    【解决方案1】:

    Kurento Media Server (KMS) 必须安装在 Ubuntu 14.04 LTS(64 位)上。

    为了安装最新的稳定 Kurento 媒体服务器版本 (6.1.1),您必须键入以下命令,一次一个,并按照此处列出的顺序。当被要求进行任何形式的确认时,请肯定地回答:

    echo "deb http://ubuntu.kurento.org trusty 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
    

    【讨论】:

      【解决方案2】:

      很抱歉,Kurento 只支持可信赖的版本,也有 utopic 的软件包,但由于 utopic 即将被弃用,它们也将被弃用。

      另外,您正在添加源存储库,而 kurento 存储库不提供它们,源代码应从 github 获取。

      问候。

      【讨论】:

      • 在 Debian 中还有其他安装方式吗?
      猜你喜欢
      • 2012-07-12
      • 1970-01-01
      • 2020-05-29
      • 2021-05-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多