Hamachi:Uninstall on OSX
From LogMeInWiki
To uninstall Hamachi from your OSX machine:
There are 4 components that would be removed.
The first is tuncfg, which is located (usually) inside /usr/sbin, so
sudo rm /usr/sbin/tuncfg
Next is the hamachi executable and the initialization piece, you "may" need sudo for this, depending on your security setup
sudo rm /usr/bin/hamachi sudo rm /usr/bin/hamachi-init
Last would be the profile data folder. this is in your user home directory
rm -r /home/<username>/.hamachi
Note
If you follow all 3 steps, you WILL lose your user profile and network memberships. Proceed with caution.
See Also
Note: This article was written for the Hamachi 1.x version. Some features and functionality may be different, missing, or using different steps in Hamachi version 2.x . If you wish to update this article to cover Hamachi2, change the {{{c-hamachi}}} tag to {{{c-hamachi2}}} after your edits.