How To Install ipv6calc-ipv6calcweb on CentOS 7

In this tutorial we learn how to install ipv6calc-ipv6calcweb on CentOS 7. ipv6calc-ipv6calcweb is IP address information web utility

Introduction

In this tutorial we learn how to install ipv6calc-ipv6calcweb on CentOS 7.

What is ipv6calc-ipv6calcweb

ipv6calcweb contains a CGI program and a configuration file for displaying information of IP addresses on a web page using ipv6calc. Check/adjust /etc/httpd/conf.d/ipv6calcweb.conf Default restricts access to localhost

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

Install ipv6calc-ipv6calcweb on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install ipv6calc-ipv6calcweb using yum by running the following command:

sudo yum -y install ipv6calc-ipv6calcweb

Install ipv6calc-ipv6calcweb 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 ipv6calc-ipv6calcweb using dnf by running the following command:

sudo dnf -y install ipv6calc-ipv6calcweb

How To Uninstall ipv6calc-ipv6calcweb on CentOS 7

To uninstall only the ipv6calc-ipv6calcweb package we can use the following command:

sudo dnf remove ipv6calc-ipv6calcweb

References

Summary

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