How To Install gogoc on CentOS 7

In this tutorial we learn how to install gogoc on CentOS 7. gogoc is IPv6 TSP client for gogo6

Introduction

In this tutorial we learn how to install gogoc on CentOS 7.

What is gogoc

TSP is a control protocol used to establish and maintain static tunnels. The gogoCLIENT is used on the host computer to connect to a tunnel broker using the TSP protocol and to get the information for its IPv6 tunnel. When it receives the information for the tunnel, the gogoCLIENT creates the static tunnel on its operating system. You can setup a dynamic tunnel anonymously, but if you want a static prefix you need an account in Freenet6 http

We can use yum or dnf to install gogoc on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install gogoc.

Install gogoc on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install gogoc using yum by running the following command:

sudo yum -y install gogoc

Install gogoc on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install gogoc using dnf by running the following command:

sudo dnf -y install gogoc

How To Uninstall gogoc on CentOS 7

To uninstall only the gogoc package we can use the following command:

sudo dnf remove gogoc

References

Summary

In this tutorial we learn how to install gogoc on CentOS 7 using yum and dnf.