How To Uninstall Hamachi



Hamachi

  • Go to your Windows Start menu and click Control Panel Programs Uninstall a program. Select LogMeIn Hamachi and click Uninstall. Choose if you want to Remove all user settings and Hamachi configurations. If you select this option, all your networks and membership information will be lost.
  • Launch MacRemover in the dock or Launchpad, select LogMeIn Hamachi appearing on the interface, and click Run Analysis button to proceed. Review LogMeIn Hamachi files or folders, click Complete Uninstall button and then click Yes in the pup-up dialog box to confirm LogMeIn Hamachi removal.

HELP FILE

How to uninstall Hamachi

Uninstalling Hamachi on Windows Follow the instructions to remove LogMeIn Hamachi from your Windows computer: Go to your Windows Start menu and click Control Panel Programs Uninstall a program. Select LogMeIn Hamachi and click Uninstall. Launch hakchi2 and go to Kernel Uninstall and hit Yes. Follow the instructions on the screen and prepare your console.

Follow the instructions to remove LogMeIn Hamachi from your Windows computer:

  1. Go to your Windows Start menu and click Control Panel > Programs > Uninstall a program.
  2. Select LogMeIn Hamachi and click Uninstall.
  3. Choose if you want to Remove all user settings and Hamachi configurations.
    • If you select this option, all your networks and membership information will be lost.
    • If you leave the option unselected, you will have all your networks on the Hamachi user interface when you reinstall LogMeIn Hamachi.
  4. Click Uninstall.

Uninstalling Hamachi on Mac

Uninstall

Follow the instructions to remove LogMeIn Hamachi from your Mac:

  1. In Finder, go to the Applications folder and double-click HamachiUninstaller.
  2. Choose if you want to Remove all settings and Hamachi configurations.
    • If you select this option, all your networks and membership information will be lost.
    • If you leave the option unselected, you will have all your networks on the Hamachi user interface when you reinstall LogMeIn Hamachi.
  3. Click Yes.
  4. Enter your Mac user password and click OK.

Uninstalling Hamachi on Debian-based Linux

Follow the instructions to remove LogMeIn Hamachi from your Linux computer running Debian-based operating system, such as Ubuntu:

  1. Go to System > Administration > Synaptic Package Manager and enter your root user password.
  2. Search for logmein-hamachi in the Package Manager.
  3. Right-click logmein-hamachi and click Mark for Removal.
  4. Click Apply.
  5. Click Apply again for confirmation.
  6. To remove your Hamachi user and network settings, delete the /var/lib/logmein-hamachi/ folder on your computer.

Uninstalling Hamachi on Red Hat-based Linux

Follow the instructions to remove LogMeIn Hamachi from your Linux computer running Red Hat-based operating system, such as Fedora:

How To Uninstall Hamachi On Mac

  1. Go to Add/Remove Software and enter your root user password.
  2. Search for logmein-hamachi in the Package Manager.
  3. Clear the checkbox next to logmein-hamachi.
  4. Click Apply.
  5. To remove your Hamachi user and network settings, delete the /var/lib/logmein-hamachi/ folder on your computer.

Uninstalling Hamachi after a tarball installation on Linux

Follow the instructions to remove LogMeIn Hamachi from your Linux computer if you installed in client from a tarball (.tar file):

  1. Open a Linux console.
  2. To remove the Hamachi client, type /opt/logmein-hamachi/uninstall.sh
  3. To remove your Hamachi user settings and networks, delete the /var/lib/logmein-hamachi folder.


# The benefit of Hamachi, is you don't need to do port forwarding on the router
# you can just connect it and then ssh to it
# using the Hamachi IP address.
# You need to create an account at logmein.com
# its free to make a network upto 5 machines

# My post based upon this blog
# http://lifehacker.com/5978098/turn-a-raspberry-pi-into-a-personal-vpn-for-secure-browsing-anywhere-you-go
#
# Check latest hamachi at https://www.vpn.net/linux

wget https://www.vpn.net/installers/logmein-hamachi_2.1.0.174-1_armhf.deb
sudo dpkg -i logmein-hamachi_2.1.0.174-1_armhf.deb

How To Uninstall Hamachi

HamachiHow To Uninstall HamachiHow To Uninstall Hamachi

sudo hamachi login
sudo hamachi attach [your hamachi email address]
sudo hamachi set-nick [whatever nickname you make]

# check status
sudo hamachi

# uninstall hamachi
sudo dpkg -r logmein-hamachi
sudo dpkg -P logmein-hamachi

Logmein Hamachi Removal Tool

# Backup
https://www.dropbox.com/s/a59u88xhile8oju/logmein-hamachi_2.1.0.174-1_armhf.deb

# TIP: I got error
#
# hamachi login
# Logging in .. failed, busy
#
# workaround
#
# /etc/init.d/logmein-hamachi stop
# /etc/init.d/logmein-hamachi start