0

Setup: I have installed Oracle Virtualbox 6.1.40 on my Windows 11 host. Running an Ubuntu 21.10 VM.

Since, Ubuntu 21.10 has reached EOL, I have tried to upgrade it referring to Upgrade Ubuntu desktop. I am getting the following error. What would be the reason?

$ sudo apt update
Ign:1 http://in.archive.ubuntu.com/ubuntu impish InRelease
Ign:2 http://security.ubuntu.com/ubuntu impish-security InRelease
Ign:3 http://in.archive.ubuntu.com/ubuntu impish-updates InRelease
Err:4 http://security.ubuntu.com/ubuntu impish-security Release
  404  Not Found [IP: 91.189.91.39 80]
Ign:5 http://in.archive.ubuntu.com/ubuntu impish-backports InRelease
Err:6 http://in.archive.ubuntu.com/ubuntu impish Release
  404  Not Found [IP: 91.189.91.38 80]
Err:7 http://in.archive.ubuntu.com/ubuntu impish-updates Release
  404  Not Found [IP: 91.189.91.38 80]
Err:8 http://in.archive.ubuntu.com/ubuntu impish-backports Release
  404  Not Found [IP: 91.189.91.38 80]
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu impish-security Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://in.archive.ubuntu.com/ubuntu impish Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://in.archive.ubuntu.com/ubuntu impish-updates Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://in.archive.ubuntu.com/ubuntu impish-backports Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Bhuvan
  • 180

1 Answers1

1

I upgraded my Ubuntu 21.10 to 22.04 using the GUI program "Software Updater" in a simpler way without manually updating any of the system file as suggested in the post How to install software or upgrade from an old unsupported release?

Bhuvan
  • 180