On Thu, May 30, 2013 at 4:16 PM, onpon4 wrote: > I posted the wrong link at first, I mean this: > https://www.torproject.org/download/download-easy.html.en
You ended up using the "wrong" instructions. So remove tor and download the browser bundle as already suggested. To revert you changes: # open a terminal # run: sudo apt-get purge tor (this will remove tor and all its configuration files) # download the tor browser bundle at https://www.torproject.org/download/download-easy.html.en remember to download the version matching your system architecture (32bit vs 64bit). You can check the system architecture from terminal by running 'uname -p' if the result is x86_64 you have 64bit. # extract the file somewhere (using e.g. tar xvzf tor-browser-gnu-linux-<BLAHBLAH>.tar.gz or with a graphical application) and run the start-tor-browser.sh script that you will find in the directory that has been created. # more information here: https://www.torproject.org/projects/torbrowser.html.en -- Stefano
