Page 1 of 1

Ubuntu 16.04 & torbrowser-launcher: Verification failed

Posted: Thu Feb 20, 2020 2:19 pm
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: