The tutorial shows you step-by-step the How to Install Tor Anonymous Onion Router for Anonymous Browsing on CentOS 6.4 i686/x8664.
Tor provides the Foundation for a range of Applications that allow Organizations and Individuals to Share Information over Public Networks without Compromising their Privacy.
The key Features are:
- Anonymous Browsing – hides your IP and location online
- Privacy Protection – blocks trackers and surveillance
- Access to Restricted Content – bypass censorship and firewalls
- Secure Connection – encrypts traffic across the Tor relay network
- Cross-Platform – available for GNU/Linux, Windows, and macOS
- Portable – can run from a folder without full installation
- Community-Driven – supported by volunteers worldwide
Especially relevant: to Tor Install CentOS 6.4 you will need Provide Directly to Download and Install from Source.
To the Getting Started with Tor Anonymous Web Browsing on CentOS Linux Bottom you Find Link to Guide with Quick Start wit Tor Install CentOS Anonymous Browsing.

-
Download Latest Tor Source for Linux
-
Open Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Double-Click on Tor Archive and Extract into /tmp
-
Install Prerequisite Packages
sudo su -c "yum install make gcc install openssl openssl-devel libevent-devel"
-
Installing Tor
cd /tmp/tor*
./configure
su
make
make install
-
Quick Start Tor Anonymous Web Browsing