How To Install pdns-backend-tinydns on Rocky Linux 8

In this tutorial we learn how to install pdns-backend-tinydns on Rocky Linux 8. pdns-backend-tinydns is TinyDNS backend for pdns

Introduction

In this tutorial we learn how to install pdns-backend-tinydns on Rocky Linux 8.

What is pdns-backend-tinydns

This package contains the TinyDNS backend for pdns

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

Install pdns-backend-tinydns 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 pdns-backend-tinydns using dnf by running the following command:

sudo dnf -y install pdns-backend-tinydns

Install pdns-backend-tinydns 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 pdns-backend-tinydns using yum by running the following command:

sudo yum -y install pdns-backend-tinydns

How To Uninstall pdns-backend-tinydns on Rocky Linux 8

To uninstall only the pdns-backend-tinydns package we can use the following command:

sudo dnf remove pdns-backend-tinydns

pdns-backend-tinydns Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/15b1bf3e770c55bf29ceaffd2d04725b73b2b4
/usr/lib64/pdns/libtinydnsbackend.so

References

Summary

In this tutorial we learn how to install pdns-backend-tinydns on Rocky Linux 8 using yum and dnf.