一、Chromium vs Chrome
Chromium与Chrome的差异主要表现在以下方面:

1.程序图标:两者图标只在色彩上不同,Chromium是天蓝色,而Chrome是Google公司的代表色(红、黄、蓝、绿);
2.自动更新:Chromium不开放自动更新功能,所以用户需要手动下载更新,而Chrome则可自动脸上Google的服务器更新,但新版的推出很慢;
3.安装模式:Chromium可以免安装,下载zip压缩包后解压即可使用,而Chrome则只有安装板;
4.功能差异:新功能会率先在Chromium上推出,Chrome则会相对落后很多。
二、安装chrome rpm包
1.下载chrome
网址1:

https://www.chrome64bit/index.php/google-chrome-64-bit-for-linux

网址2:

https://www.chromedownloads/chrome64linux/


2.因为中标麒麟官方软件源缺少相关的依赖,故增加centos的阿里云软件源,下载地址:http://mirrors.aliyun/repo/Centos-7.repo
3.把下载的软件源复制到/etc/yum.repos.d/目录下
cp Centos-7.repo /etc/yum.repos.d/
4.双击打开Centos-7.repo,修改软件源的baseurl,确保可用,如下图所示

baseurl=http://mirrors.aliyun/centos/7.7.1908/os/$basearch/

baseurl=http://mirrors.aliyun/centos/7.7.1908/updates/$basearch/

baseurl=http://mirrors.aliyun/centos/7.7.1908/extras/$basearch/

baseurl=http://mirrors.aliyun/centos/7.7.1908/centosplus/$basearch/

baseurl=http://mirrors.aliyun/centos/7.7.1908/contrib/$basearch/

如何确定是否可用
4.1复制网址打开http://mirrors.aliyun/centos/7.7.1908/os
4.2basearch:是系统硬件架构,可以用arch命令查看。

5.更新软件源

清理缓存
yum clean all
生成缓存
yum makecache
更新
yum update

6.进入chrome的软件包文件夹,然后右击选择:在终端打开 yum install rpm包名

yum install google-chrome-stable_current_x86_64_70.0.3538.102.rpm


7.进入/usr/share/applications/,找到chrome图表,右键,属性,启动方式后面加上–no-sandbox,如下图所示。(–no-sandbox和stable中间有空格)

8.双击chrome图标。或者去应用程序,互联网——Google Chrome启动,如下图所示

9.启动后如下图所示

三、针对龙芯的chrome
若更换为龙芯cpu后,可在龙芯开源论坛下载对应的Chromium安装包。
网址:

http://www.loongnix/index.php/Chrome浏览器

更多推荐

Linux安装chrome的两个方法