Problem in sudo apt update with Proton VPN

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

2

1 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:

  1. Open "Software & Updates":Find Software & Updates
  2. Click the "Other Software" tab:Other Software
  3. Find the items that refer to ProtonVPN and uncheck them
  4. Press "Close" and, when asked if you want to reload your sources, click on "Reload":Reload Sources

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:

  1. Uninstall the version currently on your computer using the instructions from ProtonVPN
  2. Download the current-release .deb package from the ProtonVPN website
  3. Using Nautilus (or another file browser), double-click the file to have it installed
  4. Open Terminal
  5. 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like