following: https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-20-04-focal-fossa
When I run sudo do-release-upgrade
, i get this error:
Please install all available updates for your release before upgrading.
I’ve tried running tons of different commands and nothing gets me past this.
The article does not address it, nor are the other comments with this issue answered.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hi @skeddtemp,
You need to execute the following commands prior to running the do-release-upgrade one:
That should be it! Additionally, if there are still issues, can you please provide us with the output of both apt update and apt upgrade?