博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
lsb_release: command not found 解决
阅读量:6801 次
发布时间:2019-06-26

本文共 414 字,大约阅读时间需要 1 分钟。

  hot3.png

问题:lsb_release 是查看系统版本信息的工具

[root ~]# lsb_release -a

-bash: lsb_release: command not found

解决方法:yum install redhat-lsb -y

[root ~]# lsb_release  -a
LSB Version:    :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 Linux release 6.0 (Final)
Release:        6.0
Codename:       Final

转载于:https://my.oschina.net/liting/blog/540320

你可能感兴趣的文章
ios 的cookie处理机制
查看>>
[转]tar 打包目录时排除其中某一子目录的方法
查看>>
线程和进程的一个简单解释
查看>>
ThinkPHP 数据库查询是id大于等于
查看>>
Keytool 自签名证书
查看>>
linux常用命令
查看>>
jUnit测试
查看>>
[总结]-第四章 虚拟机性能监控与故障处理工具
查看>>
卡特兰数解释
查看>>
springboot linux下启动的脚本
查看>>
maven resource 记录
查看>>
cinder使用ceph,设置rbd_flatten_volume_from_snapshot的意义
查看>>
10-【MongoDB入门教程】 Journaling日志机制
查看>>
Linux ssh connection time setting
查看>>
Python入门(七) dict
查看>>
HTML5-GPS定位
查看>>
JavaSE——数组集合
查看>>
Git远程仓库
查看>>
java的LookupDispatchAction 用法
查看>>
多目标决策---化多为少的方法
查看>>