码迷,mamicode.com
首页 > 其他好文 > 详细

Fedora 21 install chrome

时间:2014-11-16 11:55:57      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   ar   os   sp   strong   div   on   

Steps to install Google Chrome on Fedora 21

A. Create google-chrome.repo file

Use this command to create google-chrome.repo file under /etc/yum.repos.d

su
yum install nano
nano /etc/yum.repos.d/google-chrome.repo

Then add the following lines to the new file

 

   
[google-chrome]
name=google-chrome - \$basearch
baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

B. Install Google Chrome

To install Google Chrome, use this command

yum install google-chrome-stable

Done.

Fedora 21 install chrome

标签:style   http   color   ar   os   sp   strong   div   on   

原文地址:http://www.cnblogs.com/sprinng/p/4101150.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!