Linux centos7下安装chrome浏览器教程
在Linux centos7下安装chrome浏览器的方法很简单,首先下载chrome离线安装包,解压后用yum命令进行安装,接着将chrome加入桌面,即可愉快地使用了。具体安装步骤可以参考以下命令:tar xzvf chrome.tgz,cd chrome,yum install google chrome stable -y --nogpgcheck,cp /usr/share/applications/google-chrome.desktop ~/Desktop,打开桌面的google-chrome.desktop文件,如果出现错误就修改Exec /usr/bin/google-chrome-stable为Exec /usr/bin/google-chrome-stable --no-sandbox。以上操作均已在centos7环境下测试通过。
用户评论