메뉴 닫기

리눅스 배포판 버전 확인 lsb_release

linux_tips

리눅스 배포판 버전을 확인하는 방법에는 CentOS 에서 cat /etc/redhat-release 이나 Ubuntu 에서 cat /etc/issue 명령은 익히 알고 있을 것이다.

하지만,  우분투의 경우 패키지를 설치할 때 배포판 코드명까지 확인할 필요할 경우가 있다.

다음에 소개하는 명령으로 배포판 버전, 코드명까지 확인할 수 있다.

lsb_release

lsb_release 명령의 의미는 The lsb_release command prints certain LSB (Linux Standard Base) and Distribution infomation 이다.

1. CentOS 

# lsb_release -a 

LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 5.11 (Final)
Release: 5.11
Codename: Final

LSB Version 을 제외한 정보를 보고 싶다면

# lsb_release -irdc

Distributor ID: CentOS
Description: CentOS release 5.11 (Final)
Release: 5.11
Codename: Final


2. Ubuntu

# lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty

No LSB modules are available. 메세지를 없애고 싶다면 아래 명령을 통해 관련 패키지를 설치하면 되지만, 

위에서 봤던 LSB Version 정보를 열거해주는 것이므로, 간단한 내용만 출력받고자 할때는 반드시 설치하지 않아도 된다.

# apt-get install lsb 

 

[polldaddy rating=”7739789″]

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x