How To Install ndtpd on Fedora 36

In this tutorial we learn how to install ndtpd in Fedora 36. ndtpd is Network Dictionary Transfer Protocol server

Introduction

In this tutorial we learn how to install ndtpd on Fedora 36.

What is ndtpd

This package contains a daemon program to speak Network Dictionary Transfer Protocol.

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

Install ndtpd on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install ndtpd

Install ndtpd on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install ndtpd

How To Uninstall ndtpd on Fedora 36

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

sudo dnf remove ndtpd

ndtpd Package Contents on Fedora 36

/lib/systemd/system/ndtpd-instances.target
/lib/systemd/system/ndtpd.socket
/lib/systemd/system/[email protected]
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/f2b68a1b4c123833bd71f55bc45d2a3548c5ef
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/289ae33e2468a57eca42bdb7daa6200a1bf568
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/04f2b363ebed7d6dd334169c51bd0ce5b13be5
/usr/libexec/ndtpstat
/usr/sbin/ndtpcheck
/usr/sbin/ndtpcontrol
/usr/sbin/ndtpd

References

Summary

In this tutorial we learn how to install ndtpd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).