Report this

What is the reason for this report?

How do I fix this error when running do-release-upgrade?

Posted on December 19, 2019

Logged in to my server via SSH and got a message:

Your Ubuntu release is not supported anymore.
For upgrade information, please visit:
http://www.ubuntu.com/releaseendoflife

New release '16.04.6 LTS' available.
Run 'do-release-upgrade' to upgrade to it.

When I run it, I get this error

The required dependency 'apt (>= 1.0.10.2ubuntu2)' is not installed. 



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.

Hello,

As an important note, I always recommend taking a snapshot of your Droplet before doing a release upgrade in case that anything goes wrong.

Once you’ve done that you could try running the following commands in order to update your apt version:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f install
sudo apt-get -y install apt
sudo do-release-upgrade

Hope that this helps! Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.