转自:http://blog.sina.com.cn/s/blog_74e1f7ce01015o79.html
This post will cover a simple installation guide to yuminstall GoogleChrome on Fedora16. Please make sure you login as root.
1. Add Google Chrome Yum Repository
Add the below to /etc/yum.repos.d/google.repo file: -
[google-chrome-32]
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
[google-chrome-64]
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
2. Yum Install Google Chrome
You can choose to install one of the following: -
# Yum install Google Chrome Stable 64-bit
yum install google-chrome-stable.x86_64
# Yum install Google Chrome Beta 64-bit
yum instal google-chrome-beta.x86_64
# Yum install Google Chrome Unstable 64-bit
yum install google-chrome-unstable.x86_64
# Yum install Google Chrome Stable 32-bit
yum install google-chrome-stable.i386
# Yum install Google Chrome Beta 32-bit
yum install google-chrome-beta.i386
# Yum install Google Chrome Unstable 32-bit
yum install google-chrome-unstable.i386