8

First of all, I'm really new to Ubuntu and Tor. I've been trying to get tor working for days now and I can't seem to do it. Right now I'm trying to remove all remnants of tor/vidalia/polipo from my computer so I can start fresh again.

I've uninstalled vidalia and tor from the software center, but there's still two folders in the /etc directory (privoxy and polipo). Does this mean that these programs are still installed? If not, can I just delete the directory and how would I do that? I'm using Ubuntu 11.04.

Jorge Castro
  • 73,717
mikey
  • 89

4 Answers4

17

To remove the configuration files, re-install tor and polipo, then purge them (remove removes the application, but leaves the system configuration files.

sudo apt-get purge tor polipo

From the apt-get man page

purge

purge is identical to remove except that packages are removed and purged (any configuration files are deleted too).

Charles Green
  • 21,859
Panther
  • 104,528
5

Try this command line, it succeded for me!

sudo apt-get remove --purge tor-browser
Phil UK
  • 1,397
BasSkater
  • 51
  • 1
  • 1
0

This works for those that the previous answers did not:

sudo apt-get remove --purge tor
0

From Tor official page

On Linux:

Locate your Tor Browser folder. On Linux, there is no default location, however the folder will be named "tor-browser".
Launch a terminal window in the Tor Browser folder and run this command to unregister Tor Browser as a desktop application: ./start-tor-browser.desktop --unregister-app
Delete the Tor Browser folder.
Empty your Trash.