How To Install bind-pkcs11-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install bind-pkcs11-devel.x86_64 in Amazon Linux 2. bind-pkcs11-devel.x86_64 is Development files for Bind libraries compiled with native PKCS#11

Introduction

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

What is bind-pkcs11-devel.x86_64

This a set of development files for BIND libraries (dns, isc) compiled with native PKCS#11 functionality.

We can use yum to install bind-pkcs11-devel.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-pkcs11-devel.x86_64.

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

sudo yum -y install bind-pkcs11-devel.x86_64

How To Uninstall bind-pkcs11-devel.x86_64 on Amazon Linux 2

To uninstall only the bind-pkcs11-devel.x86_64 package we can use the following command:

sudo yum remove bind-pkcs11-devel.x86_64

bind-pkcs11-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/bind9/pk11/constants.h
/usr/include/bind9/pk11/internal.h
/usr/include/bind9/pk11/pk11.h
/usr/include/bind9/pk11/result.h
/usr/include/bind9/pkcs11
/usr/include/bind9/pkcs11/cryptoki.h
/usr/include/bind9/pkcs11/eddsa.h
/usr/include/bind9/pkcs11/pkcs11.h
/usr/include/bind9/pkcs11/pkcs11f.h
/usr/include/bind9/pkcs11/pkcs11t.h
/usr/lib64/libdns-pkcs11.so
/usr/lib64/libisc-pkcs11.so

References

Summary

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