I've installed Tor browser and it opens the connection window in black and then opens Tor browser in black. Doesn't Tor browser work in Debian? I've used it in many other distros and never had this happen.
How do you get Tor to work in Debian?
vinoman wrote:I've installed Tor browser and it opens the connection window in black and then opens Tor browser in black.
You need to add the following entries to /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:
deb https://deb.torproject.org/torproject.org buster main
deb-src https://deb.torproject.org/torproject.org buster main
Then add the gpg key used to sign the packages by running the following commands at your command prompt:
# curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | gpg --import
# gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
We provide a Debian package to help you keep our signing key current. It is recommended you use it. Install it with the following commands:
# apt update
# apt install tor deb.torproject.org-keyring
stevepusser wrote:Are you using similar versions of desktops on Debian and MX Linux? MX 19 is the Buster-based version.
reinob wrote:Just for the record:
I'm using buster, with lxqt and tor browser downloaded directly from https://www.torproject.org/download/
(just unpack it somewhere in your home folder) and it works perfectly.
reinob wrote:Just for the record:
I'm using buster, with lxqt and tor browser downloaded directly from https://www.torproject.org/download/
(just unpack it somewhere in your home folder) and it works perfectly.
Users browsing this forum: No registered users and 8 guests