1.在CentOS7上安装下载组件:
yum install yum-utils -y
2.使用yumdownloader下载软件包liberation-fonts
[root@localhost ~]# yumdownloader liberation-fonts
liberation-fonts-1.07.2-16.el7.noarch.rpm                
3.从CentOS7传输到Red Hat Enterprise Linux 7.5 
[root@localhost ~]# scp liberation-fonts-1.07.2-16.el7.noarch.rpm root@192.168.32.199:/root/soft
4.本地yum安装liberation-fonts
[root@localhost soft]# yum localinstall liberation-fonts-1.07.2-16.el7.noarch.rpm
5.本地yum安装goole软件包
[root@localhost soft]# yum localinstall google-chrome-stable_current_x86_64.rpm
6.启动Chrome,设置为默认浏览器,在root账号应用,但每次在root账号使用,都需要输入以下命令。
[root@localhost soft]# /usr/bin/google-chrome-stable --no-sandbox  

 

相关文章:

  • 2022-02-08
  • 2021-05-20
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2021-06-26
猜你喜欢
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-13
  • 2021-06-02
相关资源
相似解决方案