0

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! :)

My Terminal Output

guiverc
  • 30,396
  • 3
  • 2
    The official guide can be found at https://help.ubuntu.com/community/EOLUpgrades (~same detail as found in duplicate link) and the Upgrade docs can be read via https://help.ubuntu.com/community/JammyUpgrades (Though I'd also recommend reading the releases notes for the release you're going to, links can be found in announcement pages too) – guiverc Apr 06 '23 at 06:45
  • 2
    ps: If you have trouble understanding the EOLUpgrades link, OR duplicate link on this site, the detail required is the output of 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:12
  • Yeah I have no idea how to update my software sources or what it should even look like after I've done it by looking at the link you attatched, and that's the first step. I mean there's 63 lines in my sources.list alone so do I just delete the entire thing and paste the entire code box they have under the update sources list section? – Zentropy Apr 06 '23 at 07:54
  • No you don't delete the entire thing... Using an example from my own system I have a line which reads deb 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 changing http://archive.ubuntu.com to http://old-releases.ubuntu.com/ ie. my line would thus look like deb http://old-releases.ubuntu.com/ubuntu lunar-security main restricted – guiverc Apr 06 '23 at 08:52
  • ie. you'll note the only thing changed was the URL (archive.ubuntu.com changed to old-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 the au. as no country mirrors exist for old-releases.ubuntu.com – guiverc Apr 06 '23 at 08:54

0 Answers0