{
    "content": [
        {
            "type": "text",
            "text": "# lsb_release (man)\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\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## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (8 subsections)\n- **NOTES**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "lsb_release",
        "section": "",
        "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": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "lsbrelease - print distribution-specific information\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "lsbrelease [options]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  lsbrelease command provides certain LSB (Linux Standard Base) and distribution-specific\ninformation.\n\nIf no options are given, the -v option is assumed.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "The program follows the usual GNU command line syntax, with long options  starting  with  two\ndashes (`--').  A summary of options are included below.\n",
                "subsections": [
                    {
                        "name": "-v, --version",
                        "content": "Show 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",
                        "flag": "-v",
                        "long": "--version"
                    },
                    {
                        "name": "-i, --id",
                        "content": "Display the distributor's ID.\n",
                        "flag": "-i",
                        "long": "--id"
                    },
                    {
                        "name": "-d, --description",
                        "content": "Display a description of the currently installed distribution.\n",
                        "flag": "-d",
                        "long": "--description"
                    },
                    {
                        "name": "-r, --release",
                        "content": "Display the release number of the currently installed distribution.\n",
                        "flag": "-r",
                        "long": "--release"
                    },
                    {
                        "name": "-c, --codename",
                        "content": "Display the code name of the currently installed distribution.\n",
                        "flag": "-c",
                        "long": "--codename"
                    },
                    {
                        "name": "-a, --all",
                        "content": "Display all of the above information.\n",
                        "flag": "-a",
                        "long": "--all"
                    },
                    {
                        "name": "-s, --short",
                        "content": "Use the short output format for any information  displayed.   This  format  omits  the\nleading header(s).\n",
                        "flag": "-s",
                        "long": "--short"
                    },
                    {
                        "name": "-h, --help",
                        "content": "Show summary of options.\n",
                        "flag": "-h",
                        "long": "--help"
                    }
                ]
            },
            "NOTES": {
                "content": "This  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",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "lsb(8)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Chris Lawrence <lawrencc@debian.org>.\n\n\n\nlsbrelease(1)",
                "subsections": []
            }
        }
    }
}