檢視centos版本號資訊
命令:lsb_release -a
-a, --all
顯示所有資訊
除此之外其他引數還有:
-v, --version
顯示版本資訊
-i, --id
顯示發行版的 ID
-d, --description
顯示該發行版的描述資訊
-r, --release
顯示當前系統是發行版的具體版本號
-c, --codename
發行版代號
-h, --help
顯示幫助資訊
如果執行提示command not found的話,使用yum install 安裝,
但是不要直接yum install lsb_release,會出現如下錯誤提示:
[[email protected] ~]# yum install lsb_release
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.neusoft.edu.cn
* extras: mirrors.tuna.tsinghua.edu.cn
* updates: mirrors.tuna.tsinghua.edu.cn
No package lsb_release available.
Error: Nothing to do
正確的安裝命令應該是yum install redhat-lsb -y
其中最後-y表示yes直接安裝,不會出現安裝提示,想看提示資訊 的話不要加-y
安裝成功後執行,題主版本如下:
[[email protected] ~]# lsb_release -a
LSB Version::core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID:CentOS
Description:CentOS Linux release 7.3.1611 (Core)
Release:7.3.1611
Codename:Core