How To Install bind-export-libs.x86_64 on Amazon Linux 2

In this tutorial we learn how to install bind-export-libs.x86_64 in Amazon Linux 2. bind-export-libs.x86_64 is ISC libs for DHCP application

Introduction

In this tutorial we learn how to install bind-export-libs.x86_64 on Amazon Linux 2.

What is bind-export-libs.x86_64

BIND (Berkeley Internet Name Domain) is an implementation of the DNS (Domain Name System) protocols. This package set contains only export version of BIND libraries, that are used for building ISC DHCP.

We can use yum to install bind-export-libs.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install bind-export-libs.x86_64.

Install bind-export-libs.x86_64 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-export-libs.x86_64 using yum by running the following command:

sudo yum -y install bind-export-libs.x86_64

How To Uninstall bind-export-libs.x86_64 on Amazon Linux 2

To uninstall only the bind-export-libs.x86_64 package we can use the following command:

sudo yum remove bind-export-libs.x86_64

bind-export-libs.x86_64 Package Contents on Amazon Linux 2

/etc/ld.so.conf.d/bind-export-x86_64.conf
/usr/lib64/bind9-export
/usr/lib64/bind9-export/libdns-export.so.1102
/usr/lib64/bind9-export/libdns-export.so.1102.1.2
/usr/lib64/bind9-export/libirs-export.so.160
/usr/lib64/bind9-export/libirs-export.so.160.0.5
/usr/lib64/bind9-export/libisc-export.so.169
/usr/lib64/bind9-export/libisc-export.so.169.0.3
/usr/lib64/bind9-export/libisccfg-export.so.160
/usr/lib64/bind9-export/libisccfg-export.so.160.2.1
/usr/share/licenses/bind-export-libs-9.11.4
/usr/share/licenses/bind-export-libs-9.11.4/COPYRIGHT

References

Summary

In this tutorial we learn how to install bind-export-libs.x86_64 on Amazon Linux 2 using yum.