I'm currently trying to update from 21.10 Impish Indri to Jammy Jellyfish but am unable due to update-manager somehow not being installed. I would greatly appreciate any help with this. Thanks in advance! :)
Asked
Active
Viewed 206 times
sudo apt update
... ie. that is what you currently have to get working without any error(s) or warnings... Then you can install the Ubuntu Release Upgrader tools required inc.update-manager
. – guiverc Apr 06 '23 at 07:12deb http://archive.ubuntu.com/ubuntu lunar-security main restricted
(I'm running lunar where you're on impish... otherwise you to have a line that matches the line I picked (at random). If my release (lunar had passed EOL I'd get an error on that line thus it would require change. The change is changinghttp://archive.ubuntu.com
tohttp://old-releases.ubuntu.com/
ie. my line would thus look likedeb http://old-releases.ubuntu.com/ubuntu lunar-security main restricted
– guiverc Apr 06 '23 at 08:52archive.ubuntu.com
changed toold-releases.ubuntu.com
). That's what https://help.ubuntu.com/community/EOLUpgrades tries to get you to do. You may note I'm using the main archive (archive.ubuntu.com), if I was using my country mirror (au.archive.ubuntu.com
as I'm an aussie) I'd also remove theau.
as no country mirrors exist for old-releases.ubuntu.com – guiverc Apr 06 '23 at 08:54