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

 

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

 

解决方法:

yum install redhat-lsb –y

 

[root@mongo02 ~]# 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

 

转载于:https://blog.51cto.com/ultrasql/1640431

相关文章:

  • 2022-12-23
  • 2021-10-07
  • 2021-08-18
  • 2022-01-28
  • 2022-01-28
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-06
  • 2022-02-04
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案