Linux(Fedora21)安装google chrome浏览器



                             Linux(Fedora21)安装Google Chrome浏览器

                                                                                                      qianghaoaho(孤狼)
 

                                               1.添加google chrome的源:

                                                                          cd /etc/yum.repos.d/
                                                                          vim chrome.repo添加如下内容:

                                                                           [google64]
                                                                           name=Google - x86_64
                                                                           baseurl=http://dl.google.com/linux/rpm/stable/x86_64
                                                                           enabled=1
                                                                           gpgcheck=1
                                                                           gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 
              
                                                                            yum makecache更新本地源列表

                                                 2.通过yum软件包管理器安装:

                                                                             yum install google-chrome-stable     安装稳定版
                                                                             yum install google-chrome-beta        安装测试版
                                                 

posted on 2015-10-02 19:15  CodeNutter  阅读(243)  评论(0编辑  收藏  举报

导航