1.去官方下载RPM包 https://www.google.cn/chrome/ 2.安装依赖 yum install -y lsb yum install -y libXScrnSaver yum install libappindicator-gtk3 3.安装chrome浏览器 rpm -ivh google-chrome-stable_current_x86_64.rpm 然后在【应用程序-互联网】里面可以看到chrome浏览器的启动方式了。 注意:chrome浏览器默认不能在root用户下启动! 解决方法: 1.命令行启动方式:/usr/bin/google-chrome-stable --no-sandbox 2.若不想命令行启动,则文件下中进入/usr/share/applications/,找到chrome图表,右键,属性,启动方式后面加上--no-sandbox,双击此图标即可启动chrome. PHP技术交流QQ群:422137578 除非注明,文章均为 PHP二次开发 原创,转载请注明本文地址:http://www.php2.cc/article-2693-1.html |