Ubuntu 16.04 & torbrowser-launcher: Verification failed

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1480
Joined: Fri Aug 29, 2003 8:39 pm

Ubuntu 16.04 & torbrowser-launcher: Verification failed

Post by ^rooker »

[PROBLEM]
Installing the "torbrowser-launcher" package on Xubuntu 16.04, claims that it cannot verify the signature of the downloaded tarball:
"Signature Verification Failed. You may be under attack or there might just be a network problem"
[SOLUTION]
The package uses an outdated GPG key. Use the following command to update the local key that is used for verification:

Code: Select all

$ gpg --homedir "$HOME/.local/share/torbrowser/gnupg_homedir/" --refresh-keys --keyserver pgp.mit.edu
This solves the issue.
Thanks to "Sapient Saxon Saboo" (askubuntu) and "einpoklum" (stackexchange) and others!


Links:
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply