CentOS 安装 Chrome

一、下载安装包

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/ (点击可直接下载)

相关推荐