Can't upgrade from 18.04 server to 20.04

After running:

sudo do-release-upgrade

I get the following error:

Checking for a new Ubuntu release In /etc/update-manager/release-upgrades Prompt is set to never so upgrading is not possible.

But I want to upgrade, so how can I do this?

Asked By: Powermongur

||

You’ll want to check your /etc/update-manager/release-upgrades file. You’ll find at the bottom the following line:

Prompt=never

Change this to:

Prompt=normal

Once this is done, you’ll be able to upgrade to the latest LTS

Answered By: user1091774