I've understood that when I run the Software Updater GUI program, or when I execute do-release-upgrade
on the command line, it should offer to upgrade to the latest LTS release if (1) I've got the release update behaviour set to lts
, and (2) if the first point release of a newer LTS release is available.
I have a couple of machines running the Xubuntu LTS release 18.04. The contents of file etc/update-manager/release-upgrades
on all these machines is
[DEFAULT]
Prompt=lts
That satisfies condition (1). Also, it seems that Xubuntu 20.04.1 is already released, satisfying condition (2). However, neither do-release-upgrade
nor the Software Updater offers to upgrade to that release. Why?
Edited to add: It seems this question is a duplicate of "Why isn't an upgrade to 20.04 from 18.04 available yet?".
do-release-upgrade
will offer to upgrade to (without the use of the-d
switch), but instead some later release XX.YY.1.n, where n > 0, might be? – Teemu Leisti Aug 11 '20 at 13:03do-release-upgrade
(without using the-d
flag), then it must be that the first visible version is XX.YY.1.n, where n > 0? – Teemu Leisti Aug 12 '20 at 13:07do-release-upgrade -d
, as commandhostnamectl
on my machine outputsOperating System: Ubuntu 20.04.1 LTS
. There must therefore be at least one version of 20.04.1 available for download. Since we're expecting a later, better version to be offered as an upgrade target when one commandsdo-release-upgrade
(without switches), that must be a bugfix version? (I tried googling for information about how the Ubuntu releases work, and how they use bugfix versioning, but didn't find anything.) – Teemu Leisti Aug 12 '20 at 13:41