• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How To Install Haguichi On Ubuntu 16.04

1325

To Install Haguichi on Ubuntu 16.04

Haguichi is free and open source, user-friendly application. It is a Graphical front-end for Hamachi for Linux. It is licensed under GPLv3+. and is written in Vala. Further, it uses GTK+ as widget toolkit. In this article, we are going to see about the installation process involved with Haguichi on Ubuntu 16.04

Installing Haguichi

Before installing Haguichi, make sure you add its repository using the following command.

root@linuxhelp1:~# add-apt-repository ppa:webupd8team/haguichi
 Haguichi provides a graphical frontend for Hamachi on Linux.

This PPA contains packages for the latest stable releases of Haguichi.

Homepage: https://www.haguichi.net
Bug tracker: https://bugs.launchpad.net/haguichi
 More info: https://launchpad.net/~webupd8team/+archive/ubuntu/haguichi
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpbldo8huy/secring.gpg'  created
gpg: keyring `/tmp/tmpbldo8huy/pubring.gpg'  created
gpg: requesting key EEA14886 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpbldo8huy/trustdb.gpg: trustdb created
gpg: key EEA14886: public key " Launchpad VLC"  imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK


Once it is added, update the newly added repo using the following command.

root@linuxhelp1:~# apt-get update
Hit:1 http://in.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://ppa.launchpad.net/webupd8team/haguichi/ubuntu xenial InRelease [17.5 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:4 http://ppa.launchpad.net/webupd8team/haguichi/ubuntu xenial/main amd64 Packages [812 B]
Get:5 http://ppa.launchpad.net/webupd8team/haguichi/ubuntu xenial/main i386 Packages [812 B]
Get:6 http://ppa.launchpad.net/webupd8team/haguichi/ubuntu xenial/main Translation-en [404 B]
Get:7 http://in.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:8 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]            
Get:9 http://in.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [498 kB]                                               
Get:10 http://in.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [488 kB]                                               
Get:11 http://in.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [444 kB]                                          
Get:12 http://in.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [433 kB]                                           
Fetched 2,189 kB in 39s (55.5 kB/s)                                                                                                 
AppStream cache update completed, but some metadata was ignored due to errors.
Reading package lists... Done


Now is the time to install Haguichi. Use the following command for the same purpose.

root@linuxhelp1:~# apt-get install haguichi -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  haguichi-indicator
The following NEW packages will be installed:
  haguichi haguichi-indicator
0 upgraded, 2 newly installed, 0 to remove and 484 not upgraded.
Need to get 311 kB of archives.
After this operation, 1,421 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/webupd8team/haguichi/ubuntu xenial/main amd64 haguichi amd64 1.3.6~ubuntu16.04.1 [295 kB]
Get:2 http://ppa.launchpad.net/webupd8team/haguichi/ubuntu xenial/main amd64 haguichi-indicator amd64 0.3.2~ubuntu16.04.1 [16.4 kB]
Fetched 311 kB in 5s (59.9 kB/s)             
Selecting previously unselected package haguichi.
(Reading database ... 176594 files and directories currently installed.)
Preparing to unpack .../haguichi_1.3.6~ubuntu16.04.1_amd64.deb ...
Unpacking haguichi (1.3.6~ubuntu16.04.1) ...
Selecting previously unselected package haguichi-indicator.
Preparing to unpack .../haguichi-indicator_0.3.2~ubuntu16.04.1_amd64.deb ...
Unpacking haguichi-indicator (0.3.2~ubuntu16.04.1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.0-1ubuntu4) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160415-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up haguichi (1.3.6~ubuntu16.04.1) ...
Setting up haguichi-indicator (0.3.2~ubuntu16.04.1) ...


Haguichi has been installed, use your Ubuntu Search bar to access it.

search

Since Haguichi is an interface for Hamachi, you should make sure that Hamachi is installed in your system. If the Hamachi package is not available on your system, you will be prompted to download and install it.

view_haguichi


You can also remove Haguichi by using the following commands.

root@linuxhelp1:~# apt-get remove haguichi -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  haguichi haguichi-indicator
0 upgraded, 0 newly installed, 2 to remove and 484 not upgraded.
After this operation, 1,421 kB disk space will be freed.
(Reading database ... 176700 files and directories currently installed.)
Removing haguichi-indicator (0.3.2~ubuntu16.04.1) ...
Removing haguichi (1.3.6~ubuntu16.04.1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160415-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.0-1ubuntu4) ...

Wasn' t it a simple method to install? Haguichi provides a simple interface for your Hamachi.

Tags:
jackson
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

what command is used for uninstalling the Haguichi package?

A

use the below command to uninstall the Haguichi package
# apt-get remove Haguichi

Q

what are its best alternative like Haguichi?

A

best alternative like Haguichi are
Tinc VPN,NeoRouter,P2PVPN,Radmin VPN

Q

which is the stable ppa version of Haguichi?

A

ppa keeps changing as per the update As of now "add-apt-repository ppa:webupd8team/haguichi"

Q

what is the use of installing the Haguichi in ubuntu?

A

Haguichi is free and open source, user-friendly application. It is a Graphical front-end for Hamachi for Linux. It is licensed under GPLv3+. and is written in Vala. Further, it uses GTK+ as widget toolkit. In this article, we are going to see about the installation process involved with Haguichi on Ubuntu 16.04

Q

what is the command to install the Haguichi after adding the repo?

A

use the following command to install the Haguichi
# apt-get install haguichi -y

Related Tutorials in How To Install Haguichi On Ubuntu 16.04

Related Tutorials in How To Install Haguichi On Ubuntu 16.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How To Install Haguichi On Ubuntu 16.04

Related Forums in How To Install Haguichi On Ubuntu 16.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How To Install Haguichi On Ubuntu 16.04

Related News in How To Install Haguichi On Ubuntu 16.04

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Elijah ?
Remote Desktop Connection Has Stopped Working

When accessing my remote machine server using remote desktop on a windows machine I am getting this error

forum (1)

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.