Skip to content

Lsb release

LSB

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

리눅스 배포판 검사

lsb_release -r | awk '{print $2}'

또는 다음과 같이 확인한다.

cat /etc/*-release | grep -E '^ *NAME *='

Linux Distribution Detection

리눅스 배포판을 검사하는 자세한 방법은 Linux#Distribution Detection 항목 참조.

OS 최신버전 업그레이드

do-release-upgrade 를 사용하자.

See also