While I check for update, it doesnot show any update.
1 Answers
There are two "types" of Ubuntu releases: "Normal" releases are supported for six months after release. Those are released every six months. So basically, the support for one version ends when the next is released.
Then there are the "long term support" releases. That's what the "LTS" in "Ubuntu 18.04 LTS" means. LTS versions are supported for five years (and you can buy even longer support). Every two years, there's a LTS release instead of a "normal" one. The current LTS is 18.04, released in April 2018. The LTS before that was 16.04, released in April 2016, and so on. The next LTS version will be 20.04 and will be released in April 2020.
You can update from a "normal" release to an LTS release and vice versa. So you could, for example, update from Ubuntu 17.10 ("normal" release from October 2017) to 18.04 LTS, and from that to 18.10 ("normal" release from October 2018). But if you don't want to upgrade every six months, it can be a good idea to go from a LTS version to the next, skipping the "normal" versions inbetween.
The current "normal" version is 19.04 from April 2019. 19.10 will be released some time later this month. The current LTS version is, as mentioned above, 18.04, and the next will be 20.04.
You can decide whether Ubuntu should offer you to update to any new release, including "normal" releases, or whether it should offer you LTS versions only. You can change that setting in the software center.

- 8,057
/etc/update-manager/release-upgrades
as in that answer. Note that Can I skip over releases when upgrading? is misleading. See Why doesdo-release-upgrade
skip a version?. – Eliah Kagan Oct 10 '19 at 11:19