首先说一下,谷歌的浏览器已经不支持RedHat&CentOS平台了,需要手动编译安装,会显得很麻烦的。
以下通过一种简单的方式来安装。
1、先下载脚本 http://chrome.richardlloyd.org.uk/install_chrome.sh
2、然后使用gedit编辑install_chrome.sh,并将其中的http://omahaproxy.appspot.com改为https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm。
修改之后为:
chrome_csv="https://dl.google.com/linux/direct /google-chrome-stable_current_x86_64.rpm/all?os=linux&channel=$csv_type"
3、对下载的脚本 执行以下命令
chmod +x install_chrome.sh
./install_chrome.sh