Upgrade Ubuntu 14.04.6

Keith keith at caramail.com
Thu Jun 30 15:19:46 UTC 2022


On 6/30/22 8:14 AM, Liam Proven wrote:
> On Wed, 29 Jun 2022 at 19:36, Golovatenko, Victoria via ubuntu-users
> <ubuntu-users at lists.ubuntu.com> wrote:
>>
>> How to upgrade Ubuntu 14.04.6 to higher release if I’m getting:
> 
> 14.04 is long out of support now, and even 16.04 is only in extended
> maintenance mode.

Trusty will have ESM support until Apr 25, 2024.

Here's a list of supported ESM releases and the dates of their EOL-ESM:

Ubuntu 14.04 LTS "Trusty Tahr" : Apr 25, 2024
Ubuntu 16.04 LTS "Xenial Xerus": Apr 26, 2026
Ubuntu 18.04 LTS "Bionic Beaver": Apr 26, 2028
Ubuntu 20.04 LTS "Focal Fossa" : Apr 23, 2030
Ubuntu 22.04 LTS "Jammy Jellyfish" : Apr 21, 2032

All information provided by the ubuntu-distro-info utility found in the 
distro-info package.

$ ubuntu-distro-info -f --series=trusty --days=eol-esm
Ubuntu 14.04 LTS "Trusty Tahr" 665

$ date -d +665days
Thu 25 Apr 2024 09:55:41 AM CDT


> 
> I think you will need to change the repositories in your
> `/etc/apt/sources.list` file to point to the _archive_ repositories.
> Then it should find some new stuff.
> 
> Here is an example:
> 
> https://gist.github.com/justbuchanan/d045498c95fa1cd2dc70
> 

that list appears to be the standard /etc/apt/sources.list that would 
have been included in the install of 14.04. If OP want to upgrade an 
unsupported release that's reached EOL, he would need change all the 
urls to point to old-releases.ubuntu.com

For example:
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted would be 
changed to
deb http://old-releases.ubuntu.com/ubuntu/ trusty main restricted

For upgrading to 16.04 he'd need to change
deb http://old-releases.ubuntu.com/ubuntu/ trusty main restricted
to
deb http://old-releases.ubuntu.com/ubuntu/ xenial main restricted

And so on

the following links provide a more complete answer

https://askubuntu.com/a/91821
https://help.ubuntu.com/community/EOLUpgrades/

Not sure what the procedure is if OP's system is supported under ESM 
since I believe ESM systems use a different repo server to pull updates 
from. Plus not sure if ESM for Trusty would automatically cover an 
upgrade to Xenial. I highly doubt it.

-- 
Keith








More information about the ubuntu-users mailing list