Question
Updating Ubuntu 16.04 to 20.04
Is there, anywhere on the internet, a reliable step-by-step guide on how to upgrade from Ubuntu 16.04 to 20.04? Apparently it has to be done via 18.04. I have updated the current 16.04 system by:
sudo ufw allow 1022/tcp
sudo apt update && sudo apt upgrade
After this i get the message:
The following packages have been kept back:
cloud-init
I guess that is why the system upgrade fails:
- sudo do-release-upgrade
gives the message:
Please install all available updates for your release before upgrading.
Thanks for any help!
David
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×