Report this

What is the reason for this report?

how to remove this repository ppa:webupd8team/java

Posted on November 16, 2020
Hit:14 http://ppa.launchpad.net/linuxuprising/java/ubuntu focal InRelease      
Ign:15 http://ppa.launchpad.net/webupd8team/java/ubuntu focal InRelease        
Err:16 http://ppa.launchpad.net/webupd8team/java/ubuntu focal Release          
  404  Not Found [IP: 91.189.95.83 80]
Reading package lists... Done                                                  
E: The repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu focal 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.
k


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!

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.

Hi there,

The manual way of doing this is, to use the grep command and search for any references of the webupd8team repository in your source list:

  1. sudo grep -r "webupd8team" /etc/apt/*

After that using your favorite text editor open the file and remove the line referencing the `webupd8teamz repository.

Finally, run:

sudo apt update

Another option is to use the apt-add-repository command with the --remove flag:

sudo apt-add-repository --remove repo_name_here

Hope that this helps! Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.