我习惯使用Chrome浏览器,因此安装完Linux后一般都会再安装Chrome。

 

1. 修改/etc/hosts。国内访问Google通常都会有一些莫名其妙的问题出现,这时候需要修改hosts。具体修改方法参考《Facebook、Twitter、Google+ hosts》。

 

2. 添加Google软件源。新增文件/etc/yum.repos.d/google-chrome.repo,内容如下:

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

更多信息参考《Install Google Chrome on Fedora 17/16, CentOS/Red Hat (RHEL) 6.3》。

 

3. 安装Google Chorme浏览器稳定版。

# yum install google-chrome-stable

相关文章:

  • 2021-12-01
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2022-02-08
  • 2022-01-13
  • 2021-11-16
  • 2022-01-09
猜你喜欢
  • 2022-02-18
  • 2021-08-30
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-06-24
  • 2021-11-13
相关资源
相似解决方案