When I run lsb_release
on Debian 8, following error is appeared:
No LSB modules are available.
Is there any missing file causes this problem?
When I run lsb_release
on Debian 8, following error is appeared:
No LSB modules are available.
Is there any missing file causes this problem?
As the error message says
lsb_release
command is installed butlsb
module isn't. Use this command to solve the problem:I suggest to use
lsb_release -a
instead oflsb_release
. It shows more useful output.I just moved to Debian 11, Bullseye and, in order to check the release, you have to type
lsb-core
in Bullseye does not exist.While building a container image based on Debian 11 (bullseye) I had to install the
lsb_release
command using:since, as Denis Pitzalis pointed out, the
lsb-core
package does not exist for 11