Pretty simply I have impish and want to upgrade. I ran do-release-upgrade
but it requires apt-get upgrade first which now fails due to the URLs being gone (Please install all available updates for your release before upgrading.
):
Err:3 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 ubuntu-advantage-tools amd64 27.9~21.10.1
404 Not Found [IP: 185.125.190.39 80]
Err:4 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 ubuntu-release-upgrader-core all 1:21.10.10
404 Not Found [IP: 185.125.190.39 80]
Err:5 http://archive.ubuntu.com/ubuntu impish-updates/main amd64 python3-distupgrade all 1:21.10.10
404 Not Found [IP: 185.125.190.39 80]
So how do I update so I can upgrade? Thanks.
@guiverc I strongly disagree with your line of thought... People set and forget Linux all the time for me (and many other seeing the thread) the first hint that there was anything wrong is the move of the apt repositories which happens after EOL...
– Daan Luttik Aug 12 '22 at 14:43sudo sed -i -e 's/gb.archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
:-)(Check exactly which mirror you're using)
– CrabLab Aug 19 '22 at 22:01