{
    "content": [
        {
            "type": "text",
            "text": "# ubuntu-distro-info (man)\n\n## NAME\n\nubuntu-distro-info - provides information about Ubuntu's distributions\n\n## SYNOPSIS\n\nubuntu-distro-info [OPTIONS]\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **OPTIONS** (12 subsections)\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ubuntu-distro-info",
        "section": "",
        "mode": "man",
        "summary": "ubuntu-distro-info - provides information about Ubuntu's distributions",
        "synopsis": "ubuntu-distro-info [OPTIONS]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "display help message and exit"
            },
            {
                "flag": "-a",
                "long": "--all",
                "arg": null,
                "description": "list all known versions"
            },
            {
                "flag": "-y",
                "long": "--days",
                "arg": null,
                "description": "display number of days until specified version reaches the specified milestone. MILE‐ STONE may be one of created, release, eol, or eol-server. If no milestone is speci‐ fied, assume release. For options that return a list, display the normal output fol‐ lowed by whitespace and the number of days until the specified milestone. If mile‐ stone cannot be calculated (for example if the eol-server milestone is specified for a non-server release), the string '(unknown)' is displayed. Unless one of -c, -f or -r is specified, only the number of days will be displayed."
            },
            {
                "flag": "-d",
                "long": "--devel",
                "arg": null,
                "description": "latest development version"
            },
            {
                "flag": "-l",
                "long": "--latest",
                "arg": null,
                "description": "prints the latest development version. In case of outdated distribution data, the lat‐ est stable version will be printed. --lts latest long term support (LTS) version --series=SERIES series to calculate the version for"
            },
            {
                "flag": "-s",
                "long": "--stable",
                "arg": null,
                "description": "latest stable version"
            },
            {
                "flag": "",
                "long": "--supported",
                "arg": null,
                "description": "list of all supported versions, including the development release"
            },
            {
                "flag": "",
                "long": "--supported-esm",
                "arg": null,
                "description": "list of all Ubuntu Advantage supported stable versions"
            },
            {
                "flag": "",
                "long": "--unsupported",
                "arg": null,
                "description": "list of all unsupported stable versions"
            },
            {
                "flag": "-c",
                "long": "--codename",
                "arg": null,
                "description": "print the codename (default)"
            },
            {
                "flag": "-r",
                "long": "--release",
                "arg": null,
                "description": "print the release version"
            },
            {
                "flag": "-f",
                "long": "--fullname",
                "arg": null,
                "description": "print the full name"
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "debian-distro-info",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/debian-distro-info/1/json"
            },
            {
                "name": "distro-info",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/distro-info/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 4,
                "subsections": [
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-a --all",
                        "lines": 2,
                        "flag": "-a",
                        "long": "--all"
                    },
                    {
                        "name": "-y --days",
                        "lines": 8,
                        "flag": "-y",
                        "long": "--days"
                    },
                    {
                        "name": "-d --devel",
                        "lines": 2,
                        "flag": "-d",
                        "long": "--devel"
                    },
                    {
                        "name": "-l --latest",
                        "lines": 8,
                        "flag": "-l",
                        "long": "--latest"
                    },
                    {
                        "name": "-s --stable",
                        "lines": 2,
                        "flag": "-s",
                        "long": "--stable"
                    },
                    {
                        "name": "--supported",
                        "lines": 2,
                        "long": "--supported"
                    },
                    {
                        "name": "--supported-esm",
                        "lines": 2,
                        "long": "--supported-esm"
                    },
                    {
                        "name": "--unsupported",
                        "lines": 2,
                        "long": "--unsupported"
                    },
                    {
                        "name": "-c --codename",
                        "lines": 2,
                        "flag": "-c",
                        "long": "--codename"
                    },
                    {
                        "name": "-r --release",
                        "lines": 2,
                        "flag": "-r",
                        "long": "--release"
                    },
                    {
                        "name": "-f --fullname",
                        "lines": 2,
                        "flag": "-f",
                        "long": "--fullname"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ubuntu-distro-info - provides information about Ubuntu's distributions\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ubuntu-distro-info [OPTIONS]\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "--date=DATE\ndate for calculating the version (default: epoch taken from SOURCEDATEEPOCH environ‐\nment variable if set, otherwise today)\n",
                "subsections": [
                    {
                        "name": "-h --help",
                        "content": "display help message and exit\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-a --all",
                        "content": "list all known versions\n",
                        "flag": "-a",
                        "long": "--all"
                    },
                    {
                        "name": "-y --days",
                        "content": "display number of days until specified version reaches the specified milestone.  MILE‐\nSTONE  may  be one of created, release, eol, or eol-server.  If no milestone is speci‐\nfied, assume release.  For options that return a list, display the normal output  fol‐\nlowed  by  whitespace  and the number of days until the specified milestone.  If mile‐\nstone cannot be calculated (for example if the eol-server milestone is specified for a\nnon-server release), the string '(unknown)' is displayed.  Unless one of -c, -f or  -r\nis specified, only the number of days will be displayed.\n",
                        "flag": "-y",
                        "long": "--days"
                    },
                    {
                        "name": "-d --devel",
                        "content": "latest development version\n",
                        "flag": "-d",
                        "long": "--devel"
                    },
                    {
                        "name": "-l --latest",
                        "content": "prints the latest development version. In case of outdated distribution data, the lat‐\nest stable version will be printed.\n\n--lts  latest long term support (LTS) version\n\n--series=SERIES\nseries to calculate the version for\n",
                        "flag": "-l",
                        "long": "--latest"
                    },
                    {
                        "name": "-s --stable",
                        "content": "latest stable version\n",
                        "flag": "-s",
                        "long": "--stable"
                    },
                    {
                        "name": "--supported",
                        "content": "list of all supported versions, including the development release\n",
                        "long": "--supported"
                    },
                    {
                        "name": "--supported-esm",
                        "content": "list of all Ubuntu Advantage supported stable versions\n",
                        "long": "--supported-esm"
                    },
                    {
                        "name": "--unsupported",
                        "content": "list of all unsupported stable versions\n",
                        "long": "--unsupported"
                    },
                    {
                        "name": "-c --codename",
                        "content": "print the codename (default)\n",
                        "flag": "-c",
                        "long": "--codename"
                    },
                    {
                        "name": "-r --release",
                        "content": "print the release version\n",
                        "flag": "-r",
                        "long": "--release"
                    },
                    {
                        "name": "-f --fullname",
                        "content": "print the full name\n",
                        "flag": "-f",
                        "long": "--fullname"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "debian-distro-info(1), distro-info(1)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "The script and this manual page was written by Benjamin Drung <bdrung@debian.org>.\n\ndistro-info                                  August 2013                       UBUNTU-DISTRO-INFO(1)",
                "subsections": []
            }
        }
    }
}