Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens ...
Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security.
The Tor Browser Bundle lets you use Tor on Windows, Mac OS X, or Linux without needing to install any software. It can run off a USB flash drive, comes with a pre-configured web browser to protect your anonymity, and is self-contained.
In this Tutorial I will tell you how to install TOR Browser on redhat 6.X / CentOS 6.X & Fedora 20 using YUM
Installation Steps
Step 1: Add the TOR Repository
For Installation we need to add the tor repository in yum so create a repo file in /etc/yum.d/torbrowse.repo
For CENTOS 6.X / RHEL 6.X
[torbrowser]For Fedora 20
name=tor browser
repobaseurl=http://deb.torproject.org/torproject.org/rpm/el/6/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc
[torbrowser]
name=tor browser
repobaseurl=http://deb.torproject.org/torproject.org/rpm/el/6/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc
Step 2: Update Repository & Install TOR
yum update all
yum install tor
That's it...
COMMENTS