Не может установить Медиасервер Kurento на Ubuntu 16.10

Я пытаюсь установить Медиасервер 6 Kurento на человечности 16.10, и на заключительном шаге документов установки я получаю ошибку как...

$ 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.

Как зафиксировать это??

1
задан 10 April 2017 в 07:45

1 ответ

Вы должны изменить источник на установку Ubuntu 16 14by значение по умолчанию: надежный человек-> гостеприимный

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

Hope это поможет Вам!

Bgs,

3
ответ дан 7 December 2019 в 12:34

Другие вопросы по тегам:

Похожие вопросы: