Distribution Specific Packages
Ubuntu, Linux Mint and other derivatives
Execute the following commands in a terminal:
sudo add-apt-repository -y ppa:ztefn/haguichi-stable
sudo apt update
sudo apt install -y haguichi
After that you’re all set and ready to use Haguichi. Visit the PPA page on Launchpad for more details about this repository.
Debian, Raspberry Pi OS, Kali Linux and MX Linux
Execute the following commands in a terminal:
curl 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xd0712f35b20337c00c94e829eb75b0ebe2c821ac' | gpg --dearmor | sudo tee /usr/share/keyrings/haguichi-debian.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/haguichi-debian.gpg] http://ppa.launchpad.net/ztefn/haguichi-debian/ubuntu $( [[ $(lsb_release -cs) =~ ^(trixie|kali-rolling)$ ]] && echo oracular || echo bionic ) main" | sudo tee /etc/apt/sources.list.d/haguichi-debian.list
sudo apt update
sudo apt install -y haguichi
After that you’re all set and ready to use Haguichi. Visit the PPA page on Launchpad for more details about this repository.
Fedora
Execute the following commands in a terminal:
sudo dnf copr enable ztefn/haguichi
sudo dnf install haguichi
After that you’re all set and ready to use Haguichi. Visit the overview page on Copr for more details about this repository.
openSUSE
Haguichi is available in the official repositories. Execute the following command in a terminal to install:
sudo zypper install haguichi
Please be aware that the official repositories do not always provide the latest stable release. If you want the latest version you can get Haguichi from the upstream repository.
Source Tarball
To build Haguichi from source download the source tarball and extract it. Open the text file named INSTALL.md and follow the instructions within.
Old Versions
For downloads from earlier releases visit the downloads archive on Launchpad. These versions are only available as source tarball and they are not recommended for production use, just for archeology and nostalgia.