Fedora 12下安装Google Chrome和RealPlayer 11

今天在Fedora 12下安装Google  Chrome和Realplayer 11,本以为只要运行下安装命令就能搞定,没想到还遇到了软件依赖性问题,特将出现的错误记录如下:

  安装包为:

  google-chrome-beta_current_i386.rpm

      下载地址: http://www.google.com.hk/chrome?hl=zh-CN&brand=CHMI (这个地址在WIN下访问显示WIN的版本,在LINUX中显示LINUX的版本,GOOGLE能识别操作系统真不错。)

  RealPlayer11GOLD.rpm

      下载地址:http://www.real.com/realplayer/linux

  运行rpm安装后出现了错误:

  error: Failed dependencies:

  lsb >= 3.2 is needed by google-chrome-beta_current_i386.rpm

  和

  error: Failed dependencies:

  lsb >= 3.1 is needed by RealPlayer11GOLD.rpm

  两 个错误的是一样的,依赖包版本过低,从网上下载了redhat-lsb-3.2-7.fc12.i686.rpm,安装,无果,又有尚多的依赖关系,放 弃。后面在某问题解答博客中看到在fedora中安装Realplayer的文章,才知道可以用yum进行在线安装和升级,问题解决拉:

  yum install -y redhat-lsb  这一步大概要10分钟左右,要点耐心,呵呵。

  rpm -ivh google-chrome-beta_current_i386.rpm

  rpm -ivh RealPlayer11GOLD.rpm

  成功安装!

原文地址:https://www.cnblogs.com/yuanermen/p/1722550.html