kylin3.3系统安装chrome浏览器
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
·
1、配置yum源。下面是安装chrome浏览器的yum源其中一个kylin的源一个是chrome的源。
[root@localhost yum.repos.d]# cat google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 #这里是google,国内可能需要翻墙。
enabled=1
gpgcheck=1
gpgkey=https://dl.google.com/linux/linux_signing_key.pub
[root@localhost yum.repos.d]# cat Kylin-Base.repo
# Kylin-Base.repo
[base]
name=Kylin-$releasever - Base
gpgcheck=0
enable=1
baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/7/os/x86_64/

2、根据博客上的内容进行安装,google上的一篇博客。

3、安装chrome
yum info google-chrome-stable #查看yum源中的chrome信息
yum install -y google-chrome-stable #安装chrome浏览器

安装结束我们在/opt下可以看到安装的情况:

我们将chrome浏览器快捷方式到桌面,并进行配置,之前博客就有说到chrome浏览器打不开的情况。

配置完进行打开双击浏览器。

国内环境安装,按照上述情况不知道是否会报依赖问题,以及google-chrome-stable包的完整性问题。
下面是国内安装方式,经验证也是可以的:
先将google的稳定版本的rpm下载到本地,然后配置一下centos版本的源。因为在安装的时候会报错。清华源地址


先将包下载到本地,yum localinstall google-chrome-stable该包。要配一下centos清华源。

A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。
更多推荐


所有评论(0)