Hello Linux Geeksters. As you may know, Haguichi is a graphical user interface for Hamachi for Linux, that integrates well with the GNOME desktop environment. The latest version available is Haguichi 1.0.22. For a full list of features, see the announcement.

In this article I will show you how to install Haguichi on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Ubuntu 10.04 Lucid Lynx, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.2 Luna, Debian Wheezy and Debian Squeeze.
To use Haguichi, you need to have Hamachi installed. If you don’t have it already, here is how you install Hamachi:
Instructions for 32 bit systems:
$ wget -c https://secure.logmein.com/labs/logmein-hamachi_2.1.0.101-1_i386.deb
$ sudo dpkg -i logmein-hamachi_2.1.0.101-1_i386.deb
$ sudo apt-get install -f
Instructions for 64 bit systems:
$ wget -c https://secure.logmein.com/labs/logmein-hamachi_2.1.0.101-1_amd64.deb
$ sudo dpkg -i logmein-hamachi_2.1.0.101-1_amd64.deb
$ sudo apt-get install -f
After you have successfully installed Hamachi, you can install Haguichi. Because it is available via third party repository (or it will soon be), installing Haguichi 1.0.22 on Ubuntu, Linux Mint and Elementary OS is easy. All you have to do is:
$ sudo add-apt-repository ppa:webupd8team/haguichi
$ sudo apt-get update
$ sudo apt-get install haguichi haguichi-appindicator
To install Haguichi 1.0.22 on Debian Wheezy and Debian Squeeze, use the repositories for Ubuntu 12.04 Precise Pangolin / Ubuntu 10.04 Lucid Lynx.
How to install Haguichi 1.0.2.2 on Debian Wheezy:
$ sudo sh -c 'echo "deb http://ppa.launchpad.net/webupd8team/haguichi/ubuntu precise main" >> /etc/apt/sources.list'
$ sudo sh -c 'echo "deb-src http://ppa.launchpad.net/webupd8team/haguichi/ubuntu precise main" >> /etc/apt/sources.list'
$ sudo apt-get update
$ sudo apt-get install haguichi
How to install Haguichi 1.0.2.2 on Debian Wheezy:
$ sudo sh -c 'echo "deb http://ppa.launchpad.net/webupd8team/haguichi/ubuntu lucid main" >> /etc/apt/sources.list'
$ sudo sh -c 'echo "deb-src http://ppa.launchpad.net/webupd8team/haguichi/ubuntu lucid main" >> /etc/apt/sources.list'
$ sudo apt-get update
$ sudo apt-get install haguichi