{
    "content": [
        {
            "type": "text",
            "text": "# lsb_release(1) (man)\n\n## TLDR\n\n> Get LSB (Linux Standard Base) and distribution-specific information.\n\n- Print all available information:\n  `lsb_release {{-a|--all}}`\n- Print a description (usually the full name) of the operating system:\n  `lsb_release {{-d|--description}}`\n- Print only the operating system name (ID), in short format (omitting the field name):\n  `lsb_release {{-is|--id --short}}`\n- Print the release number and codename of the distribution, in short format:\n  `lsb_release {{-rcs|--release --codename --short}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** lsbrelease - print distribution-specific information\n\n**Synopsis:** lsbrelease [options]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -v | --version | — | Show the version of the LSB against which your current installation is compliant. The version is expressed as a colon se |\n| -i | --id | — | Display the distributor's ID. |\n| -d | --description | — | Display a description of the currently installed distribution. |\n| -r | --release | — | Display the release number of the currently installed distribution. |\n| -c | --codename | — | Display the code name of the currently installed distribution. |\n| -a | --all | — | Display all of the above information. |\n| -s | --short | — | Use the short output format for any information displayed. This format omits the leading header(s). |\n| -h | --help | — | Show summary of options. |\n\n## See Also\n\n- lsb(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (5 lines)\n- **OPTIONS** (3 lines) — 8 subsections\n  - -v, --version (3 lines)\n  - -i, --id (2 lines)\n  - -d, --description (2 lines)\n  - -r, --release (2 lines)\n  - -c, --codename (2 lines)\n  - -a, --all (2 lines)\n  - -s, --short (3 lines)\n  - -h, --help (2 lines)\n- **NOTES** (8 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nlsbrelease - print distribution-specific information\n\n### SYNOPSIS\n\nlsbrelease [options]\n\n### DESCRIPTION\n\nThe  lsbrelease command provides certain LSB (Linux Standard Base) and distribution-specific\ninformation.\n\nIf no options are given, the -v option is assumed.\n\n### OPTIONS\n\nThe program follows the usual GNU command line syntax, with long options  starting  with  two\ndashes (`--').  A summary of options are included below.\n\n#### -v, --version\n\nShow the version of the LSB against which your current installation is compliant.  The\nversion is expressed as a colon separated list of LSB module descriptions.\n\n#### -i, --id\n\nDisplay the distributor's ID.\n\n#### -d, --description\n\nDisplay a description of the currently installed distribution.\n\n#### -r, --release\n\nDisplay the release number of the currently installed distribution.\n\n#### -c, --codename\n\nDisplay the code name of the currently installed distribution.\n\n#### -a, --all\n\nDisplay all of the above information.\n\n#### -s, --short\n\nUse the short output format for any information  displayed.   This  format  omits  the\nleading header(s).\n\n#### -h, --help\n\nShow summary of options.\n\n### NOTES\n\nThis  is  a reimplementation of the lsbrelease command provided by the Free Standards Group.\nAny bugs are solely the responsibility of the author below.\n\nDetection of systems using a mix of packages from various distributions or releases is  some‐\nthing  of  a black art; the current heuristic tends to assume that the installation is of the\nearliest distribution which is still being used by apt but that heuristic is subject  to  er‐\nror.\n\n### SEE ALSO\n\nlsb(8)\n\n### AUTHOR\n\nChris Lawrence <lawrencc@debian.org>.\n\n\n\nlsbrelease(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "lsb_release",
        "section": "1",
        "mode": "man",
        "summary": "lsbrelease - print distribution-specific information",
        "synopsis": "lsbrelease [options]",
        "tldr_summary": "Get LSB (Linux Standard Base) and distribution-specific information.",
        "tldr_examples": [
            {
                "description": "Print all available information",
                "command": "lsb_release {{-a|--all}}"
            },
            {
                "description": "Print a description (usually the full name) of the operating system",
                "command": "lsb_release {{-d|--description}}"
            },
            {
                "description": "Print only the operating system name (ID), in short format (omitting the field name)",
                "command": "lsb_release {{-is|--id --short}}"
            },
            {
                "description": "Print the release number and codename of the distribution, in short format",
                "command": "lsb_release {{-rcs|--release --codename --short}}"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "-v",
                "long": "--version",
                "arg": null,
                "description": "Show the version of the LSB against which your current installation is compliant. The version is expressed as a colon separated list of LSB module descriptions."
            },
            {
                "flag": "-i",
                "long": "--id",
                "arg": null,
                "description": "Display the distributor's ID."
            },
            {
                "flag": "-d",
                "long": "--description",
                "arg": null,
                "description": "Display a description of the currently installed distribution."
            },
            {
                "flag": "-r",
                "long": "--release",
                "arg": null,
                "description": "Display the release number of the currently installed distribution."
            },
            {
                "flag": "-c",
                "long": "--codename",
                "arg": null,
                "description": "Display the code name of the currently installed distribution."
            },
            {
                "flag": "-a",
                "long": "--all",
                "arg": null,
                "description": "Display all of the above information."
            },
            {
                "flag": "-s",
                "long": "--short",
                "arg": null,
                "description": "Use the short output format for any information displayed. This format omits the leading header(s)."
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Show summary of options."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "lsb",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/lsb/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 3,
                "subsections": [
                    {
                        "name": "-v, --version",
                        "lines": 3,
                        "flag": "-v",
                        "long": "--version"
                    },
                    {
                        "name": "-i, --id",
                        "lines": 2,
                        "flag": "-i",
                        "long": "--id"
                    },
                    {
                        "name": "-d, --description",
                        "lines": 2,
                        "flag": "-d",
                        "long": "--description"
                    },
                    {
                        "name": "-r, --release",
                        "lines": 2,
                        "flag": "-r",
                        "long": "--release"
                    },
                    {
                        "name": "-c, --codename",
                        "lines": 2,
                        "flag": "-c",
                        "long": "--codename"
                    },
                    {
                        "name": "-a, --all",
                        "lines": 2,
                        "flag": "-a",
                        "long": "--all"
                    },
                    {
                        "name": "-s, --short",
                        "lines": 3,
                        "flag": "-s",
                        "long": "--short"
                    },
                    {
                        "name": "-h, --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    }
                ]
            },
            {
                "name": "NOTES",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}