http://www.howopensource.com/2013/04/yum-install-google-chrome-in-fedora-18-17-cent-os/
Google chrome web browser from Google, Fast and safer web browser. To install Google Chrome in Fedora 19 / 18 / 17 / 16 / 15 / 14, Cent OS and RHEL using yum, you need to add the Google Repository to your YUM Repository.
Alternatively you can download the rpm version of Google Chrome and install it.
To add Google Repository
First download and install the key from Google Linux Repository.
Run the following commands in the terminal, issue the password for the user when prompted.
To Download
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
To Install
sudo rpm --import linux_signing_key.pub
After installing the key run the below command to add it to the repository.
Note: Copy and paste the command as it is below.
For 32 bit
sudo sh -c 'echo "[google-chrome] name=Google Chrome 32-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386" >> /etc/yum.repos.d/google-chrome.repo'
For 64 bit
sudo sh -c 'echo "[google-chrome] name=Google Chrome 64-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64" >> /etc/yum.repos.d/google-chrome.repo'
Thats it. Now install the chrome browser using yum on fedora / cent os.
To Install the Stable version
sudo yum install google-chrome-stable
The above command will install the current stable version.
To Install the Beta Version
sudo yum install google-chrome-beta
The above command will install the current beta version. You can also install the unstable version by using the following command.
sudo yum install google-chrome-unstable

本文详细介绍了如何通过yum包管理器在Fedora/CentOS系统中安装Google Chrome浏览器的方法,包括添加Google Repository、下载密钥、配置yum源等步骤。

1万+

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



