This will be a quick how-to on install tor manually in BT5. First, add the tor repositories to your sources.list like so;
nano /etc/apt/sources.list
cat /etc/debian_version
Now you know what version of debian you're running, replace the <Distro> with that version.
deb http://deb.torproject.org/torproject.org <Distro> main
Save that with "ctrl-o" and then proceed to add the "GNU Privacy Guard" keys that are used to sign the tor packages;
gpg --keyserver keys.gnupg.net --recv 886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
Now update your system and install the tor packages.
apt-get update
apt-get install tor tor-geoipdb
Now tor's installed, you can move on to installing polipo and the GUI vidalia.
No comments:
Post a Comment