银河麒麟服务器操作系统V10SP2离线安装Google Chrome浏览器
https://blog.csdn.net/ShenSeKyun/article/details/132224932
https://www.google.cn/chrome/index.html
GOOGLE网址最下方下载LINUX版本的浏览器安装包
打开终端,输入
rpm -ivh google-chrome-stable_current_x86_64.rpm
yum install google-chrome-stable_current_x86_64.rpm
查找chrome的安装目录
which google-chrome
显示/usr/bin/google-chrome
编辑google-chrome文件
vim /usr/bin/google-chrome
在 exec -a “ 0 " " 0" " 0""HERE/chrome” “$@” 末尾增加 --user-data-dir --no-sandbox
保存退出