Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 543 Bytes

installing-tor-browser-on-kali-linux.md

File metadata and controls

26 lines (17 loc) · 543 Bytes

Installing Tor Browser on Kali Linux

Install Instructions

Open the terminal then run the following commands:

:~$ sudo apt update
:~$
:~$ sudo apt install -y tor torbrowser-launcher
:~$

As user run the following command:

:~$ torbrowser-launcher

First time it will download and install Tor Browser including the signature verification.

Next time it will be used to update and launch Tor Browser.

Reference