pealicx

  有很多很棒的浏览器,只是习惯用Chrome。

1、配置yum下载源

su                 进入root 模式
cd /etc/yum.repos.d/      进入某个文件
vim google-chrome.repo    用vim新建一个文件,然后编辑

  在 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. 安装google chrome浏览器:

yum -y install google-chrome-stable --nogpgcheck

 

 

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2021-07-21
  • 2021-11-13
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案