昨天安装了CentOS7,在使用 lsb_release -a命令查询linux系统版本的时候,发现lsb_release这个没装,提示错误是:
[root@localhost Desktop]# lsb_release -a
bash: lsb_release: command not found...
这里,分享一下查询linux系统版本提示bash:lsb_release:command not found错误解决办法.
1.确认lsb_release是否安装
[root@localhost Desktop]# lsb_release -a
bash: lsb_release: command not found...
这就说明没有安装。
2.安装lsb_release
使用yum安装lsb,具体命令如下:
[root@localhost Desktop]# yum install -y redhat-lsb

表明安装成功!
3.验证lsb是否已经安装
执行命令,发现可以查看系统版本。
[root@localhost Desktop]# lsb_release -a

本文分享了在CentOS7中遇到lsb_release命令未安装的问题及解决办法。通过使用yum命令安装redhat-lsb包,解决了lsb_release命令无法使用的问题,最后验证了安装是否成功。
816

被折叠的 条评论
为什么被折叠?



