터미널에서 사용 중인 우분투 버전을 알아 보는 방법이다.
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
릴리즈 번호를 보는 방법
$ lsb_release -r
Release: 16.04
릴리즈 번호를 더 간략하게 보는 방법. -s 는 --short
$ lsb_release -r -s
16.04
릴리즈 코드 이름을 보는 방법. -c = --codename
$ lsb_release -c
Codename: xenial
릴리즈 설명을 보는 방법. -d = --description
$ lsb_release -d
Description: Ubuntu 16.04.1 LTS
릴리즈 코드 이름과 설명을 보는 방법.
$ lsb_release -dc
Description: Ubuntu 16.04.1 LTS
Codename: xenial
참고:
2016/05/19 - [컴퓨터/리눅스(Linux)·우분투(Ubuntu)] - 터미널에서 리눅스 커널 버젼 알아내기
'컴퓨터 > 리눅스(Linux)·우분투(Ubuntu)' 카테고리의 다른 글
우분투에서 트랙커(tracker) 중단 시키는 방법 (0) | 2017.02.21 |
---|---|
우분투에서 인터넷 연결이 안 될 때(이더넷) (0) | 2017.02.20 |
데비안 패키지(.deb)를 우분투에 설치하기 (0) | 2016.09.08 |
전자책(e-book)을 pdf로 변환하기 (0) | 2016.07.15 |
리눅스와 우분투: bg와 fg (0) | 2016.07.15 |