一、下载Chrome浏览器的rpm包(https://www.chrome64bit.com/index.php/google-chrome-64-bit-for-linux)
二、安装Chrome浏览器
使用Xftp将下载好的google-chrome-stable_current_x86_64.rpm上传到CentOs上去,我这里放到了/home/lisonglin下
使用rpm命令安装:rpm -ivh google-chrome-stable_current_x86_64.rpm
出现这个错误是因为少了redhat-lsb这个依赖
安装readhat-lsb依赖:yum -y install redhat-lsb
安装完上面的lsb依赖后,再来执行chrome安装包:rpm -ivh google-chrome-stable_current_x86_64.rpm
至此Chrome就安装完毕了,打开 应用程序 》互联网 就会发现Chrome的图标了