-
Search Results
-
Hello there,
I tried to install Tor browser with synaptic. There are two packages on the synaptic, Tor Browser & Tor browser launcher settings.
I installed both. The Tor Browser in the synaptic is not the actual browser but it is the installer. I have successfully installed and used Tor browser by that method before, but of late it is giving the error: “signature verification failed error”.
I then changed the Tor browser launcher settings; I checked the ‘Download over system Tor’ box > Install Tor Browser. That too did not succeed.
I checked the web for solutions and found a few solutions there.
One solution was;
This is due to an outdated key for verifying the torbrowser-launcher download. Try: gpg --homedir "$HOME/.local/share/torbrowser/gnupg_homedir/" --refresh-keys --keyserver pgp.mit.eduThe other solution was;
It's fixed in the latest version of torbrowser-launcher. Add the author's PPA to get the update: sudo add-apt-repository ppa:micahflee/ppaAnother was;
gpg --homedir "$HOME/.local/share/torbrowser/gnupg_homedir" --refresh-keys --keyserver keyserver.ubuntu.comAnother was;
Completely purge tor and install the tor browser bundle from torproject.org.Another was;
curl -s https://openpgpkey.torproject.org/.well-known/openpgpkey/torproject.org/hu/kounek7zrdx745qydx6p59t9mqjpuhdf |gpg --import -I was skeptical about these solutions because I do not know if it is the proper method to adopt on antiX.
The torproject.org site gives the following solution;
The Tor Browser team signs Tor Browser releases. Import the Tor Browser Developers signing key (0xEF6E286DDA85EA2A4BA7DE684E2C6E8793298290): gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org If ./tor.keyring doesn't exist after running this command, something has gone wrong and you cannot continue until you've figured out why this didn't work.That was exactly what happened to me. The ./tor.keyring doesn’t exist after running the above command. Next, the site gives a workaround.
Workaround (using a public key) If you encounter errors you cannot fix, feel free to download and use this public key instead. Alternatively, you may use the following command: curl -s https://openpgpkey.torproject.org/.well-known/openpgpkey/torproject.org/hu/kounek7zrdx745qydx6p59t9mqjpuhdf |gpg --import -Then there is another solution given on that site.
To use source lines with https:// in /etc/apt/sources.list the apt-transport-https package is required. I installed it on synaptic. Then add this line to your /etc/apt/sources.list file: deb https://deb.torproject.org/torproject.org buster main sudo apt-get update sudo apt-get upgrade Install signing key together with tor: # apt install tor deb.torproject.org-keyringAll these solutions were not at all necessary if the signature verification did not fail in the regular method of installing with installer, installed with synaptic. It was easy and nice method. I have installed Tor by that method successfully before.
What is the way out?
- This topic was modified 2 years, 8 months ago by anilkagi.
Topic: Broken root-Persistence
I managed to break my root-persistence apparently by installing Xfce and then modifying /etc/slim_conf as per
https://wiki.debian.org/XfceThe above page did not mention permissions, so I did this (during a live root-persistence session):
sudo vi /etc/slim_conf using
and made the following change:
#login_cmd setsid /usr/local/bin/desktop-session %session
login_cmd exec ck-launch-session /bin/bash -login /etc/X11/Xsession %sessionThe boot works, but the login fails even after ctrl-f1-ing into a Desktop Environment first (as per https://mynixworld.info/2011/11/25/slim-failed-to-execute-login-command/
). I went ahead and remade the key with LiveUSB-maker. It worked for a very little while. Then I ended up cancelling persistence when logging out in an unrelated action. After that I still had the same problem! So now I use the key without persistence. Any suggestions? BTW, I noticed that the key seems to gain a UEFI partition for each remaking. I have stayed away from using UEFI… the screen to choose a boot device gives me the option.Topic: touchpad disable – no way ?
I can’t find a solution to disable the touchpad, which is really necessary.
Have tried to install the touchpad-indicator which was a god tool for me long ago.
It is in the atareao repos , but when I do ‘sudo apt-get repository ppa:atareao/atareao’
I get the ‘invalid operation repository’ – ‘Ungülige Operation repository’ (German).Any way to disable the touchpad is fine even total.
Thanks.- This topic was modified 2 years, 9 months ago by rolfarius.