Centos7安装chrome浏览器

2022-11-22 21:22:21 浏览数 (1)

1.下载chrome for linux压缩包

百度网盘

代码语言:shell复制
$  提取码: 1f4n

更多版本

2.上传解压压缩包

代码语言:shell复制
$ unzip google-chrome-stable_deb_rpm_91.0.4472.77.zip  #解压完成会出现 .deb 和 .rpm 的俩个文件

3.安装解压chrome所需依赖包

代码语言:shell复制
$ yum install -y lsb
  yum install -y libXScrnSaver
  yum install -y liberation-fonts
  yum install -y libdbusmenu-gtk3
  yum install epel-release

4.安装chrome

代码语言:shell复制
$ sudo rpm -ivh google-chrome-stable_current_x86_64.rpm

5.启动服务

代码语言:shell复制
$ systemctl start atd.service

0 人点赞