How To Install responder on Fedora 34
Introduction
In this tutorial we learn how to install responder
on Fedora 34.
What is responder
responder is a simple NTP server implementation with kernel timestamps support, designed for scale and security.
We can use yum
or dnf
to install responder
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install responder.
Install responder on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install responder
using dnf
by running the following command:
Install responder on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install responder
using yum
by running the following command:
How To Uninstall responder on Fedora 34
To uninstall only the responder
package we can use the following command:
responder Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install responder
on Fedora 34 using yum and dnf.