I have come back to a computer that hadn't been switched on since March 2022 (1 year), it has Ubuntu 21.10 installed and I'm having difficulty upgrading it to 22.04.
I know 21.10 was an interim release and I'm guessing it's 9 month maintenance period is over.
I have tried both:
sudo apt update
and
sudo apt upgrade
I'm not too surprised the update doesn't work but I'm a little disappointed if this is what is preventing me from doing an upgrade.
Is there a way to upgrade without doing a fresh install ?
I found a page that attempts to help but it was written more than 12 years ago:
https://help.ubuntu.com/community/EOLUpgrades#SpecificOlder
These are the errors I get:
$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
libfwupdplugin1
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed
libfwupdplugin5
The following packages will be upgraded:
fwupd fwupd-signed libfwupd2 linux-firmware
4 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
Need to get 201 MB of archives.
After this operation, 1,808 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://gb.archive.ubuntu.com/ubuntu impish-updates/main amd64 fwupd-signed amd64 1.42~ubuntu21.10.2+1.2-2~21.10.1
404 Not Found [IP: 185.125.190.36 80]
Err:2 http://gb.archive.ubuntu.com/ubuntu impish-updates/main amd64 libfwupd2 amd64 1.7.5-3~21.10.1
404 Not Found [IP: 185.125.190.36 80]
Err:3 http://gb.archive.ubuntu.com/ubuntu impish-updates/main amd64 libfwupdplugin5 amd64 1.7.5-3~21.10.1
404 Not Found [IP: 185.125.190.36 80]
Err:4 http://gb.archive.ubuntu.com/ubuntu impish-updates/main amd64 fwupd amd64 1.7.5-3~21.10.1
404 Not Found [IP: 185.125.190.36 80]
Ign:5 http://gb.archive.ubuntu.com/ubuntu impish-updates/main amd64 linux-firmware all 1.201.5
Err:5 http://gb.archive.ubuntu.com/ubuntu impish-updates/main amd64 linux-firmware all 1.201.5
404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/f/fwupd-signed/fwupd-signed_1.42%7eubuntu21.10.2%2b1.2-2%7e21.10.1_amd64.deb 404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/f/fwupd/libfwupd2_1.7.5-3%7e21.10.1_amd64.deb 404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/f/fwupd/libfwupdplugin5_1.7.5-3%7e21.10.1_amd64.deb 404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/f/fwupd/fwupd_1.7.5-3%7e21.10.1_amd64.deb 404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.201.5_all.deb 404 Not Found [IP: 185.125.190.36 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
//////
I got pointed at this answer which is perfect: How to install software or upgrade from an old unsupported release?