【问题标题】:Is it possible to install Google Chrome browser in CentOS 6.4是否可以在 CentOS 6.4 中安装 Google Chrome 浏览器
【发布时间】:2014-05-27 04:05:42
【问题描述】:

我使用 CentOS 6.4,我想有效地使用谷歌服务,但它们都需要谷歌浏览器以获得更好的性能,我无法安装谷歌浏览器

有什么想法吗?

注意: Chromium 安装成功。

【问题讨论】:

    标签: google-chrome centos installation


    【解决方案1】:

    是的,这是可能的。与this script

    【讨论】:

      【解决方案2】:

      将 url 添加到 YUM conf:

      vim /etc/yum.repos.d/CentOS-Base.repo
      

      附加内容:

        [chromium-el6]
          name=CentOS-$releasever - Chromium EL6
          baseurl=http://people.centos.org/hughesjr/chromium/6/$basearch/
          gpgcheck=1
          enabled=1
          gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-Testing-6
      

      然后运行命令:

      yum install chromium
      

      【讨论】:

        猜你喜欢
        • 2014-01-26
        • 2013-12-20
        • 2015-01-27
        • 2017-12-14
        • 1970-01-01
        • 1970-01-01
        • 2014-12-04
        • 2013-11-26
        • 1970-01-01
        相关资源
        最近更新 更多