• Centos7安装Chrome


    天从虚拟机里边安装了一下Centos,好长时间没学习了,以前的Centos都删掉了,这种态度很难掌握这个操作系统的。

    下边是今天安装chrome的步骤,都是从网络搜索的,自己没啥贡献。

    1、从官网下载rpm包

    2、

    rpm -ivh google-chrome-stable_current_x86_64.rpm
    警告:google-chrome-stable_current_x86_64.rpm: 头V4 DSA/SHA1 Signature, 密钥 ID 7fac5991: NOKEY
    错误:依赖检测失败:
    /usr/bin/lsb_release 被 google-chrome-stable-78.0.3904.70-1.x86_64 需要
    libXss.so.1()(64bit) 被 google-chrome-stable-78.0.3904.70-1.x86_64 需要
    libappindicator3.so.1()(64bit) 被 google-chrome-stable-78.0.3904.70-1.x86_64 需要
    liberation-fonts 被 google-chrome-stable-78.0.3904.70-1.x86_64 需要

    3、分别安装所需要的包

    4、有必要提醒的是还需要安装如下三个包:

    libXScrnSaver*   epel-release   libappindicator-gtk3

    5、

    [nszhou@localhost 下载]$ sudo rpm -ivh google-chrome-stable_current_x86_64.rpm
    警告:google-chrome-stable_current_x86_64.rpm: 头V4 DSA/SHA1 Signature, 密钥 ID 7fac5991: NOKEY
    准备中... ################################# [100%]
    正在升级/安装...
    1:google-chrome-stable-78.0.3904.70################################# [100%]
    Redirecting to /bin/systemctl start atd.service

    搞定了!

  • 相关阅读:
    初学Listener
    初学filter
    Servlet开发
    伪随机数生成
    枚举类
    LeetCode74——Search a 2D Matrix
    STL——lower_bound()
    LeetCode198——house robber(不懂dp)
    LeetCode171——Excel Sheet Column Number
    参数传递的三种方式
  • 原文地址:https://www.cnblogs.com/cnapple/p/11748079.html
Copyright © 2020-2023  润新知