LSB_RELEASE
Section: FSG (1)
Updated: February 2024
Index
Return to Main Contents
NAME
lsb_release - manual page for lsb_release v3.3
SYNOPSIS
lsb_release
[
OPTION]...
DESCRIPTION
lsb_release v3.3 prints certain LSB (Linux Standard Base) and
Distribution information.
With no OPTION specified defaults to -v.
OPTIONS
-
-v, --version
-
- Display the version of the LSB specification against which the distribution is compliant.
-
-i, --id
-
- Display the string id of the distributor.
-
-d, --description
-
- Display the single line text description of the distribution.
-
-r, --release
-
- Display the release number of the distribution.
-
-c, --codename
-
- Display the codename according to the distribution release.
-
-a, --all
-
- Display all of the above information.
-
-s, --short
-
- Use short output format for information requested by other options (or version if none).
-
-h, --help
-
- Display this message.
FILES
If the installation is LSB compliant, the "/etc/ls-release"
file should contain the LSB_VERSION field.
The value of the field should be a colon separated list of
supported module versions indicating the LSB specification
modules to which the installation is compliant. If the installation is not
compliant, the above field should
not
be present.
Optional fields are DISTRIB_ID, DISTRIB_RELEASE,
DISTRIB_CODENAME, DISTRIB_DESCRIPTION and can be used to
override information which is parsed from the
"/etc/o-release" file. Since "/etc/o-release" is the new
standard, there is no need anymore to add any of the optional
fields to "/etc/ls-release".
If the "/etc/ls-release.d" directory exists, it is
searched for filenames which are taken as additional modul-version
strings to add to LSB_VERSION.
The required line style is:
"Distributor release x.x (Codename)"
Where Distributor can be a couple of words, but then concatenated
(i.e. Linux Foo BarLinux Linux-> FooBarLinux),
x.x starts with a digit followed by any no-blank characters,
Codename will also be concatenated (blanks cleanup only).
EXAMPLES
If the "
/etc/ls-release" file contains:
LSB_VERSION="cor-2.-ia64:cor-2.-noarch"
DISTRIB_DESCRIPTION="I enjoy using my distrib"
and the "/etc/ls-release.d" directory contains:
graphic-2.-ia64 graphic-2.-noarch
and the "/etc/o-release" file contains:
NAME="SLES"
VERSION="1-SP2"
VERSION_ID="12.2"
PRETTY_NAME="SUSE Linux Enterprise Server 12 SP2"
ID="sles"
Then the results of various options will be:
$ ./lsb_release-all
LSB Version: cor-2.-ia64:cor-2.-noarch:graphic-2.-ia64:graphic-2.-noarch
Distributor ID: SUSE
Description: I enjoy using my distrib
Release: 12.2
Codename: n/a
$ ./lsb_release-a-s
1.0 SUSE "I enjoy using my distrib" 12.2 n/a
If the "/etc/ls-release" file is absent (indicating this is
not an LSB compliant distribution), the result will be:
$ ./lsb_release-a
LSB Version: n/a
Distributor ID: SUSE
Description: SUSE Linux Enterprise Server 12 SP2
Release: 12.2
Codename: n/a
COPYRIGHT
Copyright © 2000, 2002, 2004 Free Standards Group, Inc.
Copyright © 2017 SUSE Linux GmbH
Copyright © 2022 SUSE Software Solutions Germany GmbH
Copyright © 2021, 2023 Neal Gompa
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Originally written by Dominique MASSONIE.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- FILES
-
- EXAMPLES
-
- COPYRIGHT
-