首页 > 系统 > linux

linux系统下chrome浏览器的安装
时间:2022-09-23 16:32:12  点击: 来源:本站  作者:admin

首先打印下源 使用以下命令安装 yum -y install google-chrome-stable --nogpgcheck ...

首先设置一个安装源:

echo '
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
'>/etc/yum.repos.d/google-chrome.repo


安装:

yum -y install google-chrome-stable --nogpgcheck

或(国内主机无法安装时可以使用上面命令)

yum -y install google-chrome-stable


双击启动即可。


如安装后双击启动无反应,可以:

vim /usr/bin/google-chrome

把:

exec -a "$0" "$HERE/chrome" "$@"
改为以下即可:
exec -a "$0" "$HERE/chrome" "$@" --no-sandbox

”您可通过以下微信二维码,赞赏作者“
 
  
  
  
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
推荐资讯
php安装gpm扩展
php安装gpm扩展
frp工具 实现电脑的mstsc方式远程连接
frp工具 实现电脑的ms
python安装扩展
python安装扩展
2022年 电脑显卡天梯图
2022年 电脑显卡天梯
相关文章
栏目更新
栏目热门

关于我们 | 广告服务 | 联系我们 | 网站地图 | 免责声明 | WAP | RSS


Copyright © 运维之家 2013-2023