Question

Error while "do-release-upgrade" from ubuntu 20.04 to 22.04

While running do-release-upgrade, I got this error:

Invalid package information 

After updating your package information, the essential package 
'ubuntu-minimal' could not be located. This may be because you have 
no official mirrors listed in your software sources, or because of 
excessive load on the mirror you are using. See /etc/apt/sources.list 
for the current list of configured software sources. 
In the case of an overloaded mirror, you may want to try the upgrade 
again later. 


Restoring original system state

Aborting
      g package lists... 3%
*** Collecting problem information

The collected information can be sent to the developers to improve the
application. This might take a few minutes.
Reading package lists... Done    
Building dependency tree          
Reading state information... Done
.
=== Command terminated with exit status 1

Any suggestions?


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
October 17, 2022

Hi there,

There was a similar question asked here:

https://www.digitalocean.com/community/questions/cannot-update-to-19-04-the-essential-package-ubuntu-minimal-could-not-be-located-2

Based on the solution there, I could suggest trying out with the following command:

RELEASE_UPGRADER_ALLOW_THIRD_PARTY=1 do-release-upgrade

Let me know how it goes!

Best,

Bobby