一、下载安装包

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm 

 

二、安装

rpm -ivh google-chrome-stable_current_x86_64.rpm

 

三、卸载 chrome

yum remove google-chrome-stable.x86_64 -y

 

四、可能用到的相关依赖

yum install mesa-libOSMesa-devel gnu-free-sans-fonts wqy-zenhei-fonts

 

五、如果无法启动,需要修改相应配置

cd /opt/google/chrome
vim google-chrome
# 在exec -a "$0" "$HERE/chrome" "$@" 后面加上  --no-sandbox  

 

六、其他

  该 Chrome 的 driver 版本为 2.28/ (点击可直接下载)

 

 

 

                     

相关文章:

  • 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
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案