Development notes

Thoughts, notes and ideas about development

Ubuntu: How to fix the error 'essential package ubuntu-minimal could not be located'

2021-06-07 1 min read Linux

I got the error related to the Invalid package information. the essential package 'ubuntu-minimal' could not be located while upgrading Ubuntu 16.04 to the next version.

This blog post describes how to fix such an error on the Digital Ocean droplet.

The error output looks like this:

essential-package-error

To resolve that issue, we need to allow using 3rd party repositories during the release upgrade.

Run the command in Terminal:

RELEASE_UPGRADER_ALLOW_THIRD_PARTY=1 do-release-upgrade
comments powered by Disqus