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
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 thewebupd8team
repository in your source list:After that using your favorite text editor open the file and remove the line referencing the `webupd8teamz repository.
Finally, run:
Another option is to use the
apt-add-repository
command with the--remove
flag:Hope that this helps! Regards, Bobby