I'm using Ubuntu 23.04
I'm receiving this error when try to update:
Invalid package information After updating the package information, the essential package 'ubuntu-minimal' was not found. This may be because you do not have official mirrors listed in your software sources, or because the mirrors you are using are overloaded. See /etc/apt/sources.list to check the list of current software sources. In the case of overloaded mirrors, wait a few moments and try again.
Now I receive another error:
W:Updates from such a repository cannot be done securely and are therefore disabled by default. W:See the apt-secure(8) man page for repository creation and user configuration details. , E:The repository 'oem.archive.canonical.com groovy Release' does not have a Release file., W:Updates from such a repository cannot be done securely and are therefore disabled by definition., W:See apt -secure(8) manual page for repository creation and user configuration details., E:The repository 'dell.archive.canonical.com groovy Release' does not have an archive
Sudo apt update shows:
Reached:1 http://download.virtualbox.org/virtualbox/debian jammy InRelease
Reached:2 http://security.ubuntu.com/ubuntu mantic-security InRelease
Ign:3 http://dell.archive.canonical.com groovy InRelease
Err:4 http://dell.archive.canonical.com groovy Release
404 Not Found [IP: 185.125.189.10 80]
Reached:5 http://archive.ubuntu.com/ubuntu mantic InRelease
Reached:6 http://archive.ubuntu.com/ubuntu mantic-updates InRelease
Reading package lists... Done
E: The repository 'http://dell.archive.canonical.com groovy Release' does not have a Release file.
N: Updates from such a repository cannot be done securely and are therefore disabled by definition.
N: See apt-secure(8) manpage for repository creation and user configuration details.
sudo apt update
– user535733 Nov 04 '23 at 03:03Err:4 http://dell.archive.canonical.com groovy Release
indicates you're on an ancient release of Ubuntu which reached End of Life in 2021. You cannot use that repository as one of your sources and need to remove it from your /etc/apt/sources.list and any other file in /etc/apt/sources.list.d/ because that will not work in your upgrade anymore. Dell uses the standard Ubuntu archives now. – Thomas Ward Nov 04 '23 at 12:58