This is the error when I type do-release-upgrade
:
Error is An upgrade from 'groovy' to 'impish' is not supported with this tool.
Make sure that I did
sudo-apt-update
sudo-apt-upgrade
sudo sed -i "s/old-releases/archive/g" /etc/apt/sources.list /etc/apt/sources.list.d/*.list
apt full-upgrade
before you attempt do-release-upgrade though I suspect it'll make no difference in your case, given the error messages isn't reporting you have updates you've not yet applied (there are cases whereapt upgrade
cannot continue and you need todist-upgrade
orfull-upgrade
to apply upgrades; seeman apt
for more details if needed) 20.04 or the LTS release can go direct (not generally advised but possible), but you weren't on the LTS – guiverc Jan 23 '22 at 11:34sources.list
. However, that will more likely break your system. As mentioned by Guiverc and Matigo, reinstallation is the best option. Make sure you've a backup of everything important. – Error404 Jan 23 '22 at 11:37