Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 10494  / 2 Years ago, fri, november 18, 2022, 6:14:11

I'm getting the following error when trying to run apt update:


sudo apt update
Hit:1 http://ro-mirrors.evowise.com/ubuntu focal InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://ro-mirrors.evowise.com/ubuntu focal-backports InRelease
Hit:4 http://ro-mirrors.evowise.com/ubuntu focal-updates InRelease
Hit:5 http://ppa.launchpad.net/bashtop-monitor/bashtop/ubuntu focal InRelease
Hit:6 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:7 http://archive.canonical.com/ubuntu focal InRelease
Hit:8 http://ppa.launchpad.net/cappelikan/ppa/ubuntu focal InRelease
Err:9 http://ppa.launchpad.net/wireguard/wireguard/ubuntu focal InRelease
403 Forbidden [IP: 91.189.95.83 80]
Reading package lists... Done
E: Failed to fetch http://ppa.launchpad.net/wireguard/wireguard/ubuntu/dists/focal/InRelease 403 Forbidden [IP: 91.189.95.83 80]
E: The repository 'http://ppa.launchpad.net/wireguard/wireguard/ubuntu focal InRelease' is no longer signed.
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.

Any pointers? I haven't changed anything from last week when I ran the command (work machine so I didn't use it over the weekend).


General info: XPS13 | Ubuntu 20.04 | 5.7.1 kernel | Gnome 3.36.3


More From » apt

 Answers
3

The mentioned PPA owner does not provide packages anymore.


You have to remove it by


sudo apt-add-repository -r ppa:wireguard/wireguard

Instead you have to add universe pocket and install the package from it:


sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install wireguard

[#2560] Saturday, November 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
quivedge

Total Points: 223
Total Questions: 116
Total Answers: 124

Location: Slovenia
Member since Wed, Apr 6, 2022
2 Years ago
;