当前位置:操作系统知识文章中心RedHat → 文章内容

CentOS(RedHat) LINUX安装RealPlayer 11 For Linux图解

减小字体 增大字体 作者:转载  来源:本站整理  发布时间:2008-9-23 10:47:58

官方下载RealPlayer 11 For Linux :

Copy code
http://www.real.com/realcom/R?href=http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.rpm

下载完安装,提示出错:

Copy code
[root@CentOS Desktop]# rpm -ivh RealPlayer11GOLD.rpm
error: Failed dependencies:
        lsb >= 3.1 is needed by RealPlayer-11.0.0.4028-20080225.i586
[root@CentOS Desktop]#
 

下载redhat-lsb 3.1的rpm包:redhat-lsb-3.1-14.fc7.i386.rpm

Copy code
http://rpmfind.net/linux/RPM/index.html

正常的话直接升级安装就可以了,但是在我电脑上安装还是出错:

Copy code
[root@CentOS Desktop]# rpm -U redhat-lsb-3.1-14.fc7.i386.rpm
warning: redhat-lsb-3.1-14.fc7.i386.rpm: Header V3 DSA signature: NOKEY, key ID 9b3c94f4
error: Failed dependencies:
        /usr/bin/at is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/batch is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/bc is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/crontab is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/man is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/pax is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/time is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/sbin/sendmail is needed by redhat-lsb-3.1-14.fc7.i386
[root@CentOS Desktop]# rpm -ivh redhat-lsb-3.1-14.fc7.i386.rpm
warning: redhat-lsb-3.1-14.fc7.i386.rpm: Header V3 DSA signature: NOKEY, key ID 9b3c94f4
error: Failed dependencies:
        /usr/bin/at is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/batch is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/bc is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/crontab is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/man is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/pax is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/bin/time is needed by redhat-lsb-3.1-14.fc7.i386
        /usr/sbin/sendmail is needed by redhat-lsb-3.1-14.fc7.i386
[root@CentOS Desktop]#

不管他,我只要RealPlayer能用其他不管,使用以下命令强制安装

Copy code
[root@CentOS Desktop]# rpm -ivh redhat-lsb-3.1-14.fc7.i386.rpm --force --nodeps
warning: redhat-lsb-3.1-14.fc7.i386.rpm: Header V3 DSA signature: NOKEY, key ID 9b3c94f4
Preparing...                ########################################### [100%]
   1:redhat-lsb             ########################################### [100%]
[root@CentOS Desktop]#

终于安装成功,再安装RealPlayer 11 :

Copy code
[root@CentOS Desktop]# rpm -ivh RealPlayer11GOLD.rpm
Preparing...                ########################################### [100%]
   1:RealPlayer             ########################################### [100%]
[root@CentOS Desktop]#

也成功,安装完成。