16.04 Update not offered via update manager

6,742

Solution 1

Updates to the newest LTS are usually offered when it hits in this case 16.04.1. This is done because LTS releases often run in production enviroments and they want stable releases.

To have a check you can simply do from terminal

do-release-upgrade -c

or

do-release.upgrade -cd

this will check if there is an actual release. If yes run the command

sudo do-release-upgrade

or respective if you did -cd

sudo do-release-upgrade -d

Using -d will get you a development version which can be an option to get the upgrade going just make sure youre getting the 16.04 and nothing else from that branch.

Solution 2

According to the release notes:

14.04 LTS to LTS upgrades will be enabled with the 16.04.1 LTS point release, in approximately 3 months time.

This is for stability reasons, giving Canonical time to iron out bugs in the new release, and in the upgrade process.

Share:
6,742

Related videos on Youtube

Seb
Author by

Seb

Updated on September 18, 2022

Comments

  • Seb
    Seb almost 2 years

    Good morning,

    my update manager is not showing the update to 16.04, but if I use the terminal sudo do-release-upgrade -d I'm asked to upgrade. I'm using 14.04. Is it just a matter of time or do we have to update manually?

    Thanks

  • Seb
    Seb about 8 years
    It says something like "No new release found", could it be because my Ubuntu is localized in italian?
  • Videonauth
    Videonauth about 8 years
    In fact what does it tell when you use the -d option ?
  • Seb
    Seb about 8 years
    Basically it updates everything and offers me Xenial, just as usual: obsolete package count, download size and everything...
  • Videonauth
    Videonauth about 8 years
    Use the command like this do-release-upgrade -cd to just check which version is offered there. If its Xenial you can get the upgrade going this way.
  • Seb
    Seb about 8 years
    With that command it says 16.04 LTS is available, but will this install a develop version or the regular one? I'm quite confused and I'm running this on my main, working laptop
  • Videonauth
    Videonauth about 8 years
    The developtment version is aswell the version you would get on an iso image.
  • Seb
    Seb about 8 years
    So this command line method is basically the same as the regular GUI one? Sorry, just gotta be safe with this one :-)
  • user1232105
    user1232105 almost 8 years
    Point release already happened now, the Wiki shows the 16.04.1 release, still the GUI shows only 15.10 as an available upgrade. do-release-upgrade -cd shows 16.04 LTS as the available upgrade.
  • Darael
    Darael almost 8 years
    @karatedog if it's showing 15.10 then th'art on 15.04, not 14.04, and skipping intermediate releases is only possible when both starting from an LTS release and going to another LTS release. To get to 16.04 from 15.04 it will be necessary to go via 15.10.
  • user1232105
    user1232105 almost 8 years
    @Darael problem solved, I was too impatient. The Xubuntu team asked for a few days to complete work on the 16.04.1 release (after the Ubuntu 16.04.1)and I just happened to install this during those day.
  • Darael
    Darael almost 8 years
    @karatedog fair enough. I honestly wasn't sure if that 15 was a typo and thought I'd better note what I did in case of future readers.