如何在我的 RHEL 5.3 盒子上安装 chrome

如何在我的 RHEL 5.3 盒子上安装 chrome

我正在尝试在我的 RHEL 5.3 上安装最新的 chrome。

[foo@bar Downloads]# rpm -ivh "google-chrome-stable_current_x86_64(4).rpm"
warning: google-chrome-stable_current_x86_64(4).rpm: Header V4 DSA signature: NOKEY, key ID 7fac5991
error: Failed dependencies:
        **lsb >= 4.0** is needed by google-chrome-stable-17.0.963.56-121963.x86_64
        libc.so.6(GLIBC_2.11)(64bit) is needed by google-chrome-stable-17.0.963.56-121963.x86_64
        libcurl.so.4()(64bit) is needed by google-chrome-stable-17.0.963.56-121963.x86_64
[foo@bar Downloads]# yum install lsb
epel                                                                                                                               | 3.4 kB     00:00     
2f36744c0ec6290ba30fc8af8e2d3b774cd1e443-primary.sqlite.bz2                                                                        | 3.7 MB     00:00     
google                                                                                                                             |  951 B     00:00     
primary.xml.gz                                                                                                                     | 3.2 kB     00:00     
google                                                         5/5
somecorp-linux-common                                                                                                                 | 1.1 kB     00:00     
primary.xml.gz                                                                                                                     | 5.2 kB     00:00     
somecorp-linux-common                                             17/17
vt                                                                                                                                 | 1.3 kB     00:00     
primary.xml.gz                                                                                                                     | 8.8 kB     00:00     
vt                                                             40/40
google64                                                                                                                           |  951 B     00:00     
.
.

Package **redhat-lsb-3.1-12.3.EL.x86_64** already installed and latest version
Package redhat-lsb-3.1-12.3.EL.i386 already installed and latest version
Nothing to do
[foo@bar Downloads]# 

====================

那么,我应该做什么?如果有必要,我准备增加悬赏来在我的机器上获取最新的 chrome - (我很沮丧)。

谢谢你,

答案1

错误消息表明您缺少一些依赖项才能运行 chrome。您的 rhel 版本需要升级才能支持此功能。

首先升级您的操作系统yum update -y然后重试。

答案2

您可能无法在 RHEL 5 上运行 Chrome,因为该发行版中的 glibc 版本太旧。

libc.so.6(GLIBC_2.11)(64bit) is needed by google-chrome-stable-17.0.963.56-121963.x86_64

但维基百科说 RHEL 5 附带 glibc 2.5. 一个可能的选择是Chromium 构建,虽然我还没有尝试过(只是发现它作为对类似问题的回答)。

相关内容