LSB(Linux Standard Base)に関するモジュールがインストールされていない。例えば、インストールされていない状態でUbuntuでlsb_releaseコマンドを実行すると、以下のように表示される。
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.6 LTS Release: 18.04 Codename: bionic
通常の使用であればLSBモジュールは必須ではないが、気になるようであればインストールすればよい。
$ sudo apt-get install lsb-core
インストール後は、以下のような表示に変わるはず。
$ lsb_release -a LSB Version: ○○○ Distributor ID: Ubuntu Description: Ubuntu 18.04.6 LTS Release: 18.04 Codename: bionic