重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛
标题: 银河麒麟linuxv11上安装Google Chrome [打印本页]
作者: 郑全 时间: 7 天前
标题: 银河麒麟linuxv11上安装Google Chrome
银河麒麟linux v11 服务器版默认是没有安装浏览器的,更不用说安装了 chrome,如果想安装,可以使用以下方法:
1.下载安装包
2.本地安装
yum install -y ./google-chrome-stable_current_x86_64.rpm
3.使用
默认是不允许root用户使用,如果非要root用户使用,报
[root@dbserver ~]# google-chrome
[4357:4357:0814/180534.984402:ERROR:content/browser/zygote_host/zygote_host_impl_linux.cc:101] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
如果非要root用户使用,可以加 --no-sandbox
建议使用非root用户用,就不会报错了: