If you haven’t already done so, don’t forget to download and install the Hamachi client first!
Ubuntu
Copy and paste the following line into a terminal and then press enter:
sudo add-apt-repository ppa:webupd8team/haguichi && sudo apt-get update && sudo apt-get install haguichi
Visit the PPA in Launchpad for more information.
Linux Mint

See instructions for Ubuntu
openSUSE

Repositories and Packages
Fedora

Repositories and Packages
Arch Linux

Haguichi is available in the Arch User Repository
Debian

For Debian 7.0 “Wheezy” add the following lines to the file /etc/apt/sources.list
deb http://ppa.launchpad.net/webupd8team/haguichi/ubuntu precise main
deb-src http://ppa.launchpad.net/webupd8team/haguichi/ubuntu precise main
For Debian 6.0 “Squeeze” add the following lines to the file /etc/apt/sources.list
deb http://ppa.launchpad.net/webupd8team/haguichi/ubuntu lucid main
deb-src http://ppa.launchpad.net/webupd8team/haguichi/ubuntu lucid main
When done, execute the following command as root:
apt-get update && apt-get install haguichi
Source Tarball
If you want to build Haguichi from source:
- Install the development packages mono-gmcs (for CLR 2.0) mono-dmcs (for CLR 4.0) libmono-cil-dev libgtk2.0-cil-dev libglib2.0-cil-dev libgconf2.0-cil-dev libndesk-dbus1.0-cil-dev libndesk-dbus-glib1.0-cil-dev libnotify-cil-dev;
- Make sure you have installed all dependencies;
- Extract the tarball;
- In a terminal cd to the extracted directory and run the commands ./configure, make and make install as root.
Tarball for CLR 2.0 Tarball for CLR 4.0
Older versions
For downloads from earlier releases visit the downloads archive.