zoukankan      html  css  js  c++  java
  • lsb_release: command not found 解决方法

    问题:lsb_release 是查看系统版本信息的工具

    [root@localhost ~]# lsb_release -a
    -bash: lsb_release: command not found

    原因:没有安装lsb

    LSB 简介

    目前 Linux 的发行版非常繁多,为了促进 Linux 不同发行版间的兼容性,LSB(Linux Standards Base)开发了一系列标准,使各种软件可以很好地在兼容 LSB 标准的系统上运行,从而可以帮助软件供应商更好地在 Linux 系统上开发产品,或将已有的产品移植到 Linux 系统上。

    解决方法:yum install redhat-lsb -y

    [root@localhost ~]# lsb_release  -a
    LSB Version:    :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0- noarch:printing-4.0-amd64:printing-4.0-noarch
    Distributor ID: CentOS
    Description:    CentOS Linux release 6.0 (Final)
    Release:        6.0
    Codename:       Final

  • 相关阅读:
    TD
    TD
    required
    Cookie
    cookie 与 session区别
    折线图
    <a>标签
    十六进制颜色表
    js获取当前页面的url网址信息
    stopPropagation() 方法
  • 原文地址:https://www.cnblogs.com/liwenzhu/p/3671711.html
Copyright © 2011-2022 走看看