Every time I try to run apt-get update
, I get the message below:
W: GPG error: http://as-repository.openvpn.net/as/debian focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 26EB39123AAAAA96
I'm quite new to Ubuntu, and Linux/Terminal in general, so despite as much as I've looked around and tried solutions, I can't seem to solve it.
I've tried sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 26EB39123AAAAA96
which results in:
Executing: /tmp/apt-key-gpghome.U6CXBaZaHQ/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 26EB39123AAAAA96
gpg: keyserver receive failed: No data
I also tried sudo apt-key update
, which resulted in this:
Warning: 'apt-key update' is deprecated and should not be used anymore!
gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys
gpg: key 3B4FE6ACC0B21F32: "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>" not changed
gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys
gpg: key D94AA3F0EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>" not changed
gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key
gpg: key 871920D1991BC93C: "Ubuntu Archive Automatic Signing Key (2018) <ftpmaster@ubuntu.com>" not changed
gpg: Total number processed: 3
gpg: unchanged: 3
I'm at an absolute loss here. I use this machine regularly, and can't update some of my packages, which is causing a couple of programs to not work. Any help would be greatly appreciated. I can also provide any other necessary info.
sudo apt update
error should tell you which repository can't be accessed because of this key. – user68186 Dec 07 '20 at 21:40W: GPG error: http://as-repository.openvpn.net/as/debian focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 26EB39123AAAAA96
, is that it? If that's the case, I'm at a loss, because I uninstalled OpenVPN – calebmartin2477 Dec 07 '20 at 22:50as-repository.openvpn.net
. This is not a standard Ubuntu repository. It is possible they changed their private-public key pair recently. – user68186 Dec 07 '20 at 22:58