LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

lsb_release

displays Linux Standard Base and distribution-specific information

TLDR

Print all information
$ lsb_release --all
copy
Print description
$ lsb_release --description
copy
Print OS ID in short format
$ lsb_release -is
copy
Print release and codename
$ lsb_release -rcs
copy

SYNOPSIS

lsb_release [options]

DESCRIPTION

lsb_release displays Linux Standard Base (LSB) and distribution-specific information about the installed Linux distribution, including distributor ID, description, release number, and codename.

PARAMETERS

-a, --all

Print all available information
-d, --description
Print distribution description
-i, --id
Print distributor ID
-r, --release
Print release number
-c, --codename
Print codename
-s, --short
Short output format (omit field names)
-v, --version
Print LSB version

INSTALL

sudo dnf install lsb_release
copy
sudo apk add lsb-release-minimal
copy

CAVEATS

Not available on all distributions. Some distributions provide this via /etc/os-release file instead.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid