unable to update software for ubuntu 22.04

Asked by Merle

~$ sudo apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
Ign:5 https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy InRelease
Hit:6 https://esm.ubuntu.com/infra/ubuntu jammy-infra-security InRelease
Hit:7 https://esm.ubuntu.com/infra/ubuntu jammy-infra-updates InRelease
Err:8 https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy Release
  404 Not Found [IP: 185.125.190.52 443]
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/webupd8team/java/ubuntu jammy Release' does not have 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.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

The webupd8team/java PPA has been abandoned, see https://launchpad.net/~webupd8team/+archive/ubuntu/java

You have to remove this PPA from your list of repositories.

Try the command (to be executed in a terminal window):
sudo add-apt-repository --remove ppa:webupd8team/java

Revision history for this message
Merle (009-merlin) said :
#2

I received an email from <email address hidden>

He advised to use: sudo add-apt-repository --remove ppa:webupd8team/java

And it worked! I am back in business.....

Thank you so very much.

Merle