Есть несколько вариантов установки Tor Browser в Debian.
С сайта Debian:
1. If not already done add the Backport repository to your sources.list.
printf "deb http://deb.debian.org/debian stretch-backports main contrib" > /etc/apt/sources.list.d/stretch-backports.list
apt update
2. Using Terminal as Root execute the following command
apt install torbrowser-launcher -t stretch-backports
C сайта Tor Browser Linux Instructions:
Download the architecture-appropriate file above, save it >somewhere, then run one of the following two commands to extract >the package archive:
tar -xvJf tor-browser-linux32-7.5.4_LANG.tar.xz
Once that's done, switch to the Tor browser directory by >running:
cd tor-browser_LANG
To run Tor Browser, click either on the Tor Browser or the Tor >Browser Setup icon or execute the start-tor-browser.desktop file >in a terminal:
./start-tor-browser.desktop
С сайта Tor Browser Tor on Debian Stretch - stable, Debian Buster - testing, or Debian Sid - unstable:
You need to add the following entry in /etc/apt/sources.list or >a new file in /etc/apt/sources.list.d/:
deb https://deb.torproject.org/torproject.org stretch main
deb-src https://deb.torproject.org/torproject.org stretch main
Then add the gpg key used to sign the packages by running the >following commands at your command prompt:
gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
You can install it with the following commands:
apt update
apt install tor deb.torproject.org-keyring
Какой из них правильный? Установить нужно вместе с Tor Launcher.
Команду [ cut ] писал, при предпросмотре изменений не было. Или она только при просмотре в ленте работает?