How To Install bind-pkcs11-utils on Rocky Linux 8

In this tutorial we learn how to install bind-pkcs11-utils on Rocky Linux 8. bind-pkcs11-utils is Bind tools with native PKCS#11 for using DNSSEC

Introduction

In this tutorial we learn how to install bind-pkcs11-utils on Rocky Linux 8.

What is bind-pkcs11-utils

This is a set of PKCS#11 utilities that when used together create rsa keys in a PKCS11 keystore. Also utilities for working with DNSSEC compiled with native PKCS#11 functionality are included.

We can use yum or dnf to install bind-pkcs11-utils on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install bind-pkcs11-utils.

Install bind-pkcs11-utils on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install bind-pkcs11-utils using dnf by running the following command:

sudo dnf -y install bind-pkcs11-utils

Install bind-pkcs11-utils on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install bind-pkcs11-utils using yum by running the following command:

sudo yum -y install bind-pkcs11-utils

How To Uninstall bind-pkcs11-utils on Rocky Linux 8

To uninstall only the bind-pkcs11-utils package we can use the following command:

sudo dnf remove bind-pkcs11-utils

bind-pkcs11-utils Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/43d531c8cd78e97828bc2499dd3a0b4075ca79
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/309b4aaac507f47b54c123a44143afae41f9d1
/usr/lib/.build-id/0c/bab3bf68489f82bd960010107a0f361869702e
/usr/lib/.build-id/32
/usr/lib/.build-id/32/91f48a681b7f62e6fa9782da1e8589ca2e3666
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/acf328b9bab570fb12d1cd79f9477a4485cc54
/usr/lib/.build-id/45
/usr/lib/.build-id/45/f2f5ab69a90eacc498159fa7a7d8459a36fc4f
/usr/lib/.build-id/83
/usr/lib/.build-id/83/bb7d2389930e68105d1e652c6ec3f0cc1bfe8c
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/e29fc1a5bcde0a3fc2373358a2064a2261a8fb
/usr/lib/.build-id/93/d43f70f018065b39dbbc4822a98f09bfe590cc
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/9df69b544c1c6ed2c500241b190499b44d24cf
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/30e92e065e2d184df9b4916dac138571d8421e
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/c62cf7ff6e4517667e81d52975bb1d9793f728
/usr/sbin/dnssec-dsfromkey-pkcs11
/usr/sbin/dnssec-importkey-pkcs11
/usr/sbin/dnssec-keyfromlabel-pkcs11
/usr/sbin/dnssec-keygen-pkcs11
/usr/sbin/dnssec-revoke-pkcs11
/usr/sbin/dnssec-settime-pkcs11
/usr/sbin/dnssec-signzone-pkcs11
/usr/sbin/dnssec-verify-pkcs11
/usr/sbin/pkcs11-destroy
/usr/sbin/pkcs11-keygen
/usr/sbin/pkcs11-list
/usr/sbin/pkcs11-tokens
/usr/share/man/man8/dnssec-checkds-pkcs11.8.gz
/usr/share/man/man8/dnssec-checkds.8.gz
/usr/share/man/man8/dnssec-dsfromkey-pkcs11.8.gz
/usr/share/man/man8/dnssec-dsfromkey.8.gz
/usr/share/man/man8/dnssec-importkey-pkcs11.8.gz
/usr/share/man/man8/dnssec-importkey.8.gz
/usr/share/man/man8/dnssec-keyfromlabel-pkcs11.8.gz
/usr/share/man/man8/dnssec-keyfromlabel.8.gz
/usr/share/man/man8/dnssec-keygen-pkcs11.8.gz
/usr/share/man/man8/dnssec-keygen.8.gz
/usr/share/man/man8/dnssec-revoke-pkcs11.8.gz
/usr/share/man/man8/dnssec-revoke.8.gz
/usr/share/man/man8/dnssec-settime-pkcs11.8.gz
/usr/share/man/man8/dnssec-settime.8.gz
/usr/share/man/man8/dnssec-signzone-pkcs11.8.gz
/usr/share/man/man8/dnssec-signzone.8.gz
/usr/share/man/man8/dnssec-verify-pkcs11.8.gz
/usr/share/man/man8/dnssec-verify.8.gz
/usr/share/man/man8/pkcs11-destroy.8.gz
/usr/share/man/man8/pkcs11-keygen.8.gz
/usr/share/man/man8/pkcs11-list.8.gz
/usr/share/man/man8/pkcs11-tokens.8.gz

References

Summary

In this tutorial we learn how to install bind-pkcs11-utils on Rocky Linux 8 using yum and dnf.