I tried to install tor on my new version of ubuntu but it seems that tor is not available in repositories , how else can I do it?
|
|
Tor's project page had this to say: You'll need to set up our package repository before you can fetch Tor. First, you need to figure out the name of your distribution. If you're using Ubuntu 9.10 or 10.04, it's "karmic", while 9.04 is "jaunty", 8.10 is "intrepid", and 8.04 is "hardy". If you're using Debian Etch, it's "etch", and Debian Lenny is "lenny". Then add this line to your
where you put the codename of your distribution (i.e. etch, lenny, sid, karmic, jaunty, intrepid, hardy or whatever it is) in place of . Then add the gpg key used to sign the packages by running the following commands at your command prompt:
Now refresh your sources and install Tor by running the following commands at your command prompt:
Now Tor is installed and running. Move on to step two of the "Tor on Linux/Unix" instructions. The DNS name deb.torproject.org is actually a set of independent servers in a DNS round robin configuration. If you for some reason cannot access it you might try to use the name of one of its part instead. Try deb-master.torproject.org, mirror.netcologne.de or tor.mirror.youam.de. |
|||||||
|
|
Add this line:
to the Also, I find it easier to just download the tor browser bundle and unpack it. You get manual updates, but it informs you when there's a new version. |
||||
|
|
|
||||
|
|
|
https://www.torproject.org/docs/tor-doc-unix.html.en
The latest release of Tor can be found on the download page. We have packages for Debian, Red Hat, Gentoo, *BSD, etc there too. If you're using Ubuntu, don't use the default packages: use our deb repository instead. Similarly, CentOS / Fedora / OpenSUSE users should use our rpm repository instead. If you're building from source, first install libevent, and make sure you have openssl and zlib (including the -devel packages if applicable). Then run:
Now you can run tor as src/or/tor, or you can run make install (as root if necessary) to install it into /usr/local/, and then you can start it just by running tor. Tor comes configured as a client by default. It uses a built-in default configuration file, and most people won't need to change any of the settings. Tor is now installed. Please pay attention to the warning in bold The advised method of installing: add this line to your
where you put the codename of your distribution (i.e. lenny, sid, maverick or whatever it is) in place of . Then add the gpg key used to sign the packages by running the following commands at your command prompt:
Now refresh your sources, running the following command at your command prompt:
If there are no errors you're good to continue. We provide a Debian package to help you keep our signing key current. It is recommended you use it. Install it using
To finally install Tor just run:
Now Tor is installed and running. Move on to step two of the "Tor on Linux/Unix" instructions. |
|||
|
|
|
Tor browser Ubuntu PPA
Always needed the command:
Run from dash or terminal
|
|||||||
|