Site icon 时鹏亮的Blog

Centos7 如何安装Chrome

请知悉:本文最近一次更新为 1 year 前,文中内容可能已经过时。

很少情况要用VNC远程界面,那CentOS 7如何装Chrome呢?

指令如下:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
yum localinstall google-chrome-stable_current_x86_64.rpm -y

运行细节,如果需要root用户运行,那么

/usr/share/applications 里面找到chrome的图标,
打开属性,把
/usr/bin/google-chrome-stable %U
改成
/usr/bin/google-chrome-stable --no-sandbox %U,就可以直接点击图标运行Google Chrome浏览器了。也可以把这个图标复制到桌面。


参考资料

centos7 安装Google Chrome浏览器


如您从本文得到了有价值的信息或帮助,请考虑扫描文末二维码捐赠和鼓励。

尊重他人劳动成果。转载请务必附上原文链接,我将感激不尽。


与《Centos7 如何安装Chrome》相关的博文:

Exit mobile version