zoukankan      html  css  js  c++  java
  • CentOS 6.4安装chrome

    CentOS 6.4安装chrome浏览器
    vim /etc/yum.repos.d/CentOS-Base.repo
    根据你的系统增加一个节点
    32-bit

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

    64-bit

    [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 install google-chrome-stable
    安装测试版本:yum install google-chrome-beta
    安装不稳定版本:yum install google-chrome-beta

  • 相关阅读:
    三维聚源
    js--继承
    1.名字忘了
    html5--画布
    Html批量读取json
    get获取Json
    5-jQuery
    Sublime Text
    Redis,JedisPool工具类
    向指定url发送Get/Post请求
  • 原文地址:https://www.cnblogs.com/rjf-cloud/p/3614771.html
Copyright © 2011-2022 走看看