在Ubunto v.14.04下安装Kurento时的依赖性错误

时间:2015-11-30 15:50:31

标签: dependencies kurento

我想在我的linux机器Ubunto 14.04中安装Kurento(http://www.kurento.org/documentation)。

我按照以下安装说明进行操作:

echo "deb http://ubuntu.kurento.org trusty kms6" | sudo tee /etc/apt/sources.list.d/kurento.list

输出结果为:

deb http://ubuntu.kurento.org trusty kms6

然后:

wget -O - http://ubuntu.kurento.org/kurento.gpg.key | sudo apt-key add -

输出结果为:

--2015-11-30 18:55:44--  http://ubuntu.kurento.org/kurento.gpg.key
Resolving ubuntu.kurento.org (ubuntu.kurento.org)... 193.147.51.5
Connecting to ubuntu.kurento.org     (ubuntu.kurento.org)|193.147.51.5|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1694 (1.7K) [application/pgp-keys]
Saving to: ‘STDOUT’

100%[======================================>] 1,694       --.-K/s   in 0s      

2015-11-30 18:55:44 (234 MB/s) - written to stdout [1694/1694]

OK

然后:

sudo apt-get update

和输出的部分是:

Hit http://us.archive.ubuntu.com trusty Release   
Hit http://us.archive.ubuntu.com trusty/main Sources
Hit http://us.archive.ubuntu.com trusty/restricted Sources
Hit http://us.archive.ubuntu.com trusty/universe Sources
Hit http://us.archive.ubuntu.com trusty/multiverse Sources
Hit http://us.archive.ubuntu.com trusty/main amd64 Packages
Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages
Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com trusty/main i386 Packages
Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages               
Hit http://us.archive.ubuntu.com trusty/main Translation-en                    
Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en              
Hit http://us.archive.ubuntu.com trusty/restricted Translation-en              
Hit http://us.archive.ubuntu.com trusty/universe Translation-en                
Ign http://us.archive.ubuntu.com trusty/main Translation-en_US                 
Ign http://us.archive.ubuntu.com trusty/multiverse Translation-en_US           
Ign http://us.archive.ubuntu.com trusty/restricted Translation-en_US           
Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US             
Reading package lists... Done   

最后:

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.2.0) but it is   not going to be installed
                        Depends: libglib2.0-0 (>= 2.41.1) but 2.40.2-0ubuntu1 is to be installed
                        Depends: libgstreamer1.5-0 (>= 1.7.0.1~20151111095734.298.g6d22bfb.trusty) but it is not going to be installed
                        Depends: gstreamer1.5-plugins-base (>= 1.7.0~0) but it is not going to be installed
                        Depends: gstreamer1.5-libav (>= 1.7.0~0) 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: gstreamer1.5-plugins-ugly (>= 1.7.0~0) but it is not going to be installed
                        Depends: kms-elements-6.0 (>= 6.2.0) but it is not going to be installed
                        Depends: kms-filters-6.0 (>= 6.2.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

在您看来,如何解决错误?感谢

0 个答案:

没有答案