admin管理员组

文章数量:1615372

中标麒麟安装谷歌Chrome浏览器步骤(联网)
1重装FireFox失败
由于neokylin_indexhtml版本过旧,打算重装neokylin_indexhtml解决依赖问题;

sudo rpm -e --nodeps neokylin_indexhtml
sudo rpm -i neokylin_indexhtml

重新安装firefox,失败,提示cpio:rename
放弃安装FireFox,改投Google Chrome的阵营。
2.加入chrome源。
Neokylin系统的yum源的位置在

/etc/yum.repo.d/

在此处

wget  http://repo.fdzh/chrome/google-chrome-mirrors.repo 
dnf install -y google-chrome-stable

之后就可以在开始菜单的“网络”内看到Chrome
但是这个chrome不能访问具体网页,因为系统对用户的访问行为有严格的限制,必须在访问方式末尾加入 -no-sandbox来突破访问限制。
同时可能会提示需要密钥环。
可以在终端内输入

seahorse

将登录的密钥删除,再次打开Chrome时会提示你输入密钥,可以不输入来解决打开Chrome提示需要密码的问题。

参考资料:
https://blog.csdn/discoverer100/article/details/52081956 Fedora 24下安装Chrome浏览器
https://wwwblogs/thiaoqueen/p/6889362.html 谷歌Chrome浏览器之No Sandbox
https://blog.csdn/kangear/article/details/20789451 解决打开Chrome出现 输入密码以解锁您的登录密钥环

本文标签: 麒麟步骤浏览器chrome