linux:lsb_release
Tips for Linux System
ubuntuのバージョンを知る方法
uname
では
$ uname -a Linux sstw 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
のようにLinuxのカーネルのバージョンはわかるがUbuntuのバージョンはわからない。
Ubuntuのバージョンを調べるには、lsb_release
を使う。
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy
linux/lsb_release.txt · 最終更新: 2022/08/23 13:34 by 127.0.0.1