0
I installed Tor using the directions here and now I want to uninstall it: https://www.torproject.org/docs/debian
I wanted to uninstall tor and remove all configuration files so I ran the following in terminal: sudo apt-get purge tor
I then went to the /etc/apt/sources.list file and removed the reference to
My problem is that I still get the following messages when running "sudo apt-get update" in terminal:
Ign http://deb.torproject.org <DISTRIBUTION> Release.gpg
Ign http://deb.torproject.org <DISTRIBUTION> Release
Ign http://deb.torproject.org <DISTRIBUTION>/main TranslationIndex
Err http://deb.torproject.org <DISTRIBUTION>/main amd64 Packages 404 Not Found [IP: 93.95.227.222 80]
Err http://deb.torproject.org <DISTRIBUTION>/main i386 Packages 404 Not Found [IP: 93.95.227.222:80]
Ign http://deb.torproject.org <DISTRIBUTION>/main Translation-en_US
Ign http://deb.torproject.org <DISTRIBUTION>/main Translation-en
W: Failed to fetch http://deb.torproject.org/torproject.org/dists/<DISTRIBUTION>/main/binary-amd64/Packages 404 Not Found [IP: 93.95.227.222 80]
W: Failed to fetch http://deb.torproject.org/torproject.org/dists/<DISTRIBUTION>/main/binary-i386/Packages 404 Not Found [IP: 93.95.227.222 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
I want Tor completely removed, so when I ask Ubuntu to update it won't talk to the Tor project at all. As you can tell I am a beginner. Thanks in advance for any pointers.