`
sunney2010
  • 浏览: 58763 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

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

  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

  成功安装!
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics