I have a file server I set up a few years ago. It is running ubuntu server 20.10. I haven't touched it in more than a year (other than connecting to the shared network folders). When I logged in today, it said this release is no longer supported, and that I need to do-release-update.
But when I do that, it says the required dependency 'apt (>=2.1.10ubuntu0.3)' is not installed
Currently:
apt --version
yields apt 2.1.10ubuntu0.2 (amd64)
It doesn't currently have a keyboard or monitor hooked up, I do everything via ssh. What needs to happen to get this caught back up?
Thanks!
I will try what is listed in How to install software or upgrade from an old unsupported release? when I get home tonight, it has different instructions than https://help.ubuntu.com/community/EOLUpgrades/ which is what I'd been following...
sudo apt-get install ubuntu-release-upgrader-core
wasn't in the instructions I was using, – David Oneill May 04 '23 at 13:18sudo apt-get install update-manager-core
rather clearly... – guiverc May 04 '23 at 13:31