当前位置首页 > Fedora知识

InstallGoogleChromeonFedora17/16,CentOS/RedHat(RHEL)6.3

阅读次数:381 次  来源:admin  发布时间:

Enable Google YUM repository

Add following to /etc/yum.repos.d/google-chrome.repo file:

32-bit

[google-chrome]
name=google-chrome - 32-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

64-bit

[google-chrome]
name=google-chrome - 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Note: Both 32-bit and 64-bit repos can be placed in the same file.

Install Google Chrome with YUM (as root user)

Install Google Chrome Stable Versio

## Install Google Chrome Stable version ##
yum install google-chrome-stable

Install Google Chrome Beta Versio

## Install Google Chrome Beta version ##
yum install google-chrome-beta

Install Google Chrome Unstable Versio

## Install Google Chrome Unstable version ##
yum install google-chrome-unstable

原文地址:http://www.if-not-true-then-false.com/2010/install-google-chrome-with-yum-on-fedora-red-hat-rhel/

上一篇:02centos虚拟机安装
下一篇:【redhatLinux】centOS最小化安装要做的