Thursday, January 4, 2018

linux debian tor

Debian 8 "Jessie"

Steps to install Tor Browser on Debian 8 "Jessie" with Backport

    If not already done add the Backport repository to your sources.list.

    printf "deb http://deb.debian.org/debian jessie-backports main contrib\n" > /etc/apt/sources.list.d/jessie-backports.list
    printf "deb http://deb.debian.org/debian jessie-backports-sloppy main contrib" >> /etc/apt/sources.list.d/jessie-backports.list
    apt update

    Using Terminal as Root execute the following command

    apt install torbrowser-launcher -t jessie-backports-sloppy

    To open Tor Browser choose one of the following two options

        Option 1: Using GNOME, open the Activities Search. Simply type in Tor Browser

        Option 2: Using Terminal as user run the following command

    torbrowser-launcher

    The first time you open Tor Browser the new version will automatically be downloaded and installed. On every subsequent open a check for updates will be done, and Tor Browser will automatically be updated to the latest available version from the Backport repository.


https://wiki.debian.org/TorBrowser#Debian_8_.22Jessie.22

Как: Установить Tor в Linux — Ubuntu/Debian/Mint и т.п.
https://www.shellhacks.com/ru/install-tor-linux-ubuntu-debian-mint/

No comments:

Post a Comment