Can't tell if tor has been removed as still see two tor icons on Ubuntu at the bottom
by linux-man from LinuxQuestions.org on (#6HTN6)
I am trying to uninstall and reinstall tor browser because it wouldn't connect intially, tor has worked in past though.
To uninstall I used these commands:
Code:sudo apt-get remove tor
sudo apt-get autoremove tor
sudo apt-get purge tor
sudo apt-get autoremove --purge torCode:find / -name '*.desktop' -exec grep -H "Name=Tor Browser" {} \; 2>/dev/nullI can see two tor icons at the bottom middle section of the Ubuntu desktop (not sure what that area is called officially). I click them nothing happens. I would like to get rid of the two tor icons and install Tor again either thru Software center or terminal. Thanks in advance
To uninstall I used these commands:
Code:sudo apt-get remove tor
sudo apt-get autoremove tor
sudo apt-get purge tor
sudo apt-get autoremove --purge torCode:find / -name '*.desktop' -exec grep -H "Name=Tor Browser" {} \; 2>/dev/nullI can see two tor icons at the bottom middle section of the Ubuntu desktop (not sure what that area is called officially). I click them nothing happens. I would like to get rid of the two tor icons and install Tor again either thru Software center or terminal. Thanks in advance