lsb_release: command not found的解决方法(图文)

发布时间:2019-08-18编辑:脚本学堂
本文介绍下,在linux中使用命令lsb_release查看系统版本信息时,出现command not found时的解决方法。有需要的朋友参考下。

linux中,用lsb_release命令查看系统版本信息,出现提示:
command not found。

例如:
 

复制代码 代码示例:
[root@localhost ~]# lsb_release -a
-bash: lsb_release: command not found

解决方法:
yum命令安装redhat-lsb即可:
 

复制代码 代码示例:
#yum install redhat-lsb -y

安装过程如下图:
 

安装redhat-lsb

然后再运行命令lsb_release,就可以输出信息了,如下:
lsb_release