Am getting this warnings/errors
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 71EB474019940E11
Reading package lists... Done
W: GPG error: stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 71EB474019940E11
E: The repository ' stable InRelease' is not 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.When I run sudo apt updateI searched on google and tried to solve it but nothing worked for me :(
Any help will be appreciated Thanks
21 Answer
Proton's GPG key has long-since stopped working. The simplest way to resolve this is generally to remove ProtonVPN from your source list and re-install ProtonVPN using the steps on their site.
This is how you can remove the current ProtonVPN repositories:
- Open "Software & Updates":
- Click the "Other Software" tab:
- Find the items that refer to ProtonVPN and uncheck them
- Press "Close" and, when asked if you want to reload your sources, click on "Reload":
With that out of the way, you can now run your updates without error.
If you would like to continue using ProtonVPN, then you can install it like so:
- Uninstall the version currently on your computer using the instructions from ProtonVPN
- Download the current-release
.debpackage from the ProtonVPN website - Using Nautilus (or another file browser), double-click the file to have it installed
- Open Terminal
- Update apt and install the application again:
sudo apt update sudo apt install protonvpn
If there are still questions, the company suggests getting in touch.
1