Installing the "torbrowser-launcher" package on Xubuntu 16.04, claims that it cannot verify the signature of the downloaded tarball:
[SOLUTION]"Signature Verification Failed. You may be under attack or there might just be a network problem"
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
Thanks to "Sapient Saxon Saboo" (askubuntu) and "einpoklum" (stackexchange) and others!
Links: