# 概要 lsb_reease是redhat-lsb包的一个工具,可以安装在RedHat和CentOS系统上。 # 安装 ```bash [09:19:04 root @ test ~]# yum search lsb …… redhat-lsb-core.i686 : LSB Core module support redhat-lsb-core.x86_64 : LSB Core module support redhat-lsb-cxx.i686 : LSB CXX module support redhat-lsb-cxx.x86_64 : LSB CXX module support …… redhat-lsb.i686 : Implementation of Linux Standard Base specification redhat-lsb.x86_64 : Implementation of Linux Standard Base specification [09:19:24 root @ pdt-1 ~]# yum install redhat-lsb …… ``` # 参考 - [没有lsb_release怎么办?](https://jingyan.baidu.com/article/3a2f7c2ed11ced26afd611b9.html)