web-dev-qa-db-fra.com

Impossible d'installer Kurento Media Server sur Ubuntu 16.10

J'essaie d'installer Kurento Media Server 6 sur Ubuntu 16.10 et dans la dernière étape de la documentation de l'installation.

$ 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: libboost-filesystem1.58.0 but it is not installable
                            Depends: libboost-log1.58.0 but it is not installable
                            Depends: libboost-program-options1.58.0 but it is not installable
                            Depends: libboost-system1.58.0 but it is not installable
                            Depends: libboost-thread1.58.0 but it is not installable
                            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.

Comment régler ceci??

1
TRomesh

Vous devez changer la source pour Ubuntu 16 installer 14 par défaut: digne de confiance -> xenial

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

J'espère que cela vous aidera!

Bgs,