您的位置:首页 > Web前端

Install Google Chrome in Fedora 19 / 18 / 17 / 16 / 15 / 14

2013-11-14 00:21 429 查看
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[/code] 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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: