Hamachi:Uninstall on Linux
From LogMeInWiki
To uninstall Hamachi from your Linux 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.