LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot remove tor program on debian (with later reinstall) (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-remove-tor-program-on-debian-with-later-reinstall-4175632042/)

AwesomeMachine 06-17-2018 07:05 AM

Quote:

Originally Posted by hydrurga (Post 5868521)
If you don't mind me saying so, this would not be advisable because it would pick up all the packages with "tor" somewhere in the name, so would also purge innocent bystanders such as mate-system-monitor and libstorable-perl.

Also, there's no need for apt-get --purge remove, the less verbose apt-get purge will work fine.


You're correct, it could. 'tor' is unfortunately probably found in packages not related to tor. I suppose
Code:

$ dpkg -l | grep tor
would be a good safety measure first. It would probably be better to search for 'tor' in synaptic and hand select the items to remove.


All times are GMT -5. The time now is 07:09 PM.