How To Install bind-license.noarch on Amazon Linux 2
In this tutorial we learn how to install bind-license.noarch in Amazon Linux 2. bind-license.noarch is License of the BIND DNS suite
Introduction
In this tutorial we learn how to install bind-license.noarch on Amazon Linux 2.
What is bind-license.noarch
Contains license of the BIND DNS suite.
We can use yum to install bind-license.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install bind-license.noarch.
Install bind-license.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install bind-license.noarch using yum by running the following command:
sudo yum -y install bind-license.noarch
How To Uninstall bind-license.noarch on Amazon Linux 2
To uninstall only the bind-license.noarch package we can use the following command:
sudo yum remove bind-license.noarch
bind-license.noarch Package Contents on Amazon Linux 2
/usr/share/licenses/bind-license-9.11.4
/usr/share/licenses/bind-license-9.11.4/COPYRIGHT
References
Summary
In this tutorial we learn how to install bind-license.noarch on Amazon Linux 2 using yum.