一、下載安裝包
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/ (點擊可直接下載)