Fedora16如何安装Chrome?Fedora16安装Chrome的方法
<p>不久前,将电脑装上了Fedora 16操作系统,但是安装从官网下载的Chrome包无法安装。</p><p>报错为:lsb >= 4.0 is needed by google-chrome-stable-17.0.963.65-124586.i386</p>
<p>几经折腾,了解到是缺少了RedHat-lsb这个包。</p>
<p>在网上下载了一个redhat-lsb-4.0-7.1.fc16.i686.rpm包</p>
<p># rpm -ivh redhat-lsb-4.0-7.1.fc16.i686.rpm</p>
<p><strong>继续报错为:</strong></p>
<p>error: Failed dependencies:</p>
<p>/usr/bin/ar is needed by redhat-lsb-4.0-7.1.fc16.i686</p>
<p>/usr/bin/strip is needed by redhat-lsb-4.0-7.1.fc16.i686</p>
<p>根据经验,继续搜索ar和strip所在的包,但找了几天,也没有结果。最后在一外文网站上搜到它是属于core/binutils包的。</p>
<p>在安装光盘中找到binutils-2.21.53.0.1-2.fc16.i686.rpm,安装成功。</p>
<p>再回到# rpm -ivh redhat-lsb-4.0-7.1.fc16.i686.rpm</p>
<p>OK,成功。</p>
<p>再安装chrome</p>
<p># rpm -ivh google-chrome-stable_current_i386.rpm</p>
<p>就很顺利了。</p>
頁:
[1]