转自: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
本文提供了一种简单的方法来使用yum在Fedora 16上安装Google Chrome浏览器。需确保以root用户登录,并添加Google Chrome的Yum仓库。文章详细介绍了如何配置仓库文件以及通过yum安装稳定版、测试版和不稳定版的32位和64位Chrome。

2459

被折叠的 条评论
为什么被折叠?



