maxrocray 发表于 2013-1-28 22:02:27

Set up chrome on centos

way one:

download the chrome rpm and run it, download url:http://rpmfind.net/linux/rpm2html/search.php?query=chromium.

if you don't get permission, see this:
http://enetq.blog.51cto.com/479739/802934


way two:

Add following to /etc/yum.repos.d/google-chrome.repo file:
32-bit
name=google-chrome - 32-bitbaseurl=http://dl.google.com/linux/chrome/rpm/stable/i386enabled=1gpgcheck=1gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub


64-bit
name=google-chrome - 64-bitbaseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64enabled=1gpgcheck=1gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

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

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

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


copied from:http://www.if-not-true-then-false.com/2010/install-google-chrome-with-yum-on-fedora-red-hat-rhel/
页: [1]
查看完整版本: Set up chrome on centos