LSB Version: n/a
Distributor ID: EndeavourOS
Description: EndeavourOS Linux
Release: rolling
Codename: rolling
As is clearly visible, my LSB Version is n/a. I’ve seen others post their outputs (e.g. here) and they seem to have values for it. Why does it say n/a for me?
on the github repo of lsb_release you can read the following in code:
# Defines the data files
INFO_LSB_FILE="/etc/lsb-release" # where to get LSB version
INFO_LSB_DIR="/etc/lsb-release.d" # where to get LSB addon modules
INFO_DISTRIB_FILE="/etc/os-release" # <distrib>-<suffix>
by me the /etc/lsb-release file does not contain a version
could be a format change? before it was not needed top add this to /etc/lsb-release
but could be changed… i can add one indeed:
But I think this is better:
The version is n/a (not applicable) for good reason.
When you add the LSB_VERSION it creates confusion - because the lines then refer to different thing.
You know what version means while other will think that LSB_VERSION is related to the distribution and so the questioin will become Version 2 of what - is it the iso or something else?