lsb_release
TLDR
Print all information
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
CAVEATS
Not available on all distributions. Some distributions provide this via /etc/os-release file instead.
SEE ALSO
hostnamectl(1), uname(1)
