Jan 5, 2021
How To Install Tor in Kali Linux
Step I: Check If Tor is installed in your machine
$ which tor
Step II: Installation
$ sudo apt-get install tor -y
Step III: Restart Tor Services
$ sudo systemctl restart tor
Step IV: check Tor Status
$ sudo systemctl status tor