How To Install ndjbdns on CentOS 7

In this tutorial we learn how to install ndjbdns on CentOS 7. ndjbdns is New djbdns: usable djbdns

Introduction

In this tutorial we learn how to install ndjbdns on CentOS 7.

What is ndjbdns

New djbdns System originally written by the eminent author of Qmail, Dr D. J. Bernstein. This new version of djbdns is a complete makeover to the original source(djbdns-1.05) and is meant to make life a lot more pleasant. The notable changes so far are in the set-up & configuration steps and integration with the systemd(1) framework. This new release is free from the clutches of `daemon-tools’. The original source is in public-domain since late Dec 2007(see http

We can use yum or dnf to install ndjbdns on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install ndjbdns.

Install ndjbdns on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install ndjbdns using yum by running the following command:

sudo yum -y install ndjbdns

Install ndjbdns on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install ndjbdns using dnf by running the following command:

sudo dnf -y install ndjbdns

How To Uninstall ndjbdns on CentOS 7

To uninstall only the ndjbdns package we can use the following command:

sudo dnf remove ndjbdns

References

Summary

In this tutorial we learn how to install ndjbdns on CentOS 7 using yum and dnf.