I need to upgrade ubuntu 16.04 to 20.04. When I use graphic interface, a pop-up windows tells me that all is updated and Ubuntu tells me that 18.04 must be installed first that it is normal.
But when I click nothing happens.
When I use the command line : sudo do-release-upgrade
I have the message :
Please install all available updates for your release before upgrading.
I don't understand. Anyone has an idea ?
Sorry for my bad english
sudo apt update
& read the messages, ensure there are no errors (or lines are missing), thensudo apt full-upgrade
and providing all upgrades are applied (and no sources are missing from theapt update
you ran earlier), you may need to reboot, then thedo-release-upgrade
should work. – guiverc Aug 29 '21 at 13:56apt update
, since 16.04 is not supported? – FedKad Aug 29 '21 at 14:04