wd2134 发表于 2015-4-30 08:26:58

lsb_release: command not found 解决

问题:
lsb_release 是查看系统版本信息的工具,提示命令找不到。


1
2
# lsb_release -a   
-bash: lsb_release: command not found





解决方法:

1
yum install redhat-lsb –y






1
2
3
4
5
6
# lsb_release -a   
LSB Version:    :base-4.0-amd64:base-4.0-noarch: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 release 6.4 (Final)   
Release:      6.4   
Codename:       Final



页: [1]
查看完整版本: lsb_release: command not found 解决