Centos下安装Chrome

2018-03-23  本文已影响549人  Captain_tu
  1. 编辑 /etc/yum.repos.d/google-chrome.repo, 添加一下内容:

     [google-chrome]
     name=google-chrome
     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
    
  2. 安装chrome

     yum install google-chrome-stable 
     # 国内背墙,无法安装,可以添加参数 --nogpgcheck
    
  3. 启动chrome

     google-chrome &
上一篇 下一篇

猜你喜欢

热点阅读