How To Install ntpresponder on Fedora 36
Introduction
In this tutorial we learn how to install ntpresponder
on Fedora 36.
What is ntpresponder
ntpresponder is a simple NTP server implementation with kernel timestamps support, designed for scale and security.
We can use yum
or dnf
to install ntpresponder
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ntpresponder.
Install ntpresponder 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 ntpresponder
using dnf
by running the following command:
sudo dnf -y install ntpresponder
Install ntpresponder 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 ntpresponder
using yum
by running the following command:
sudo yum -y install ntpresponder
How To Uninstall ntpresponder on Fedora 36
To uninstall only the ntpresponder
package we can use the following command:
sudo dnf remove ntpresponder
ntpresponder Package Contents on Fedora 36
/usr/bin/ntpresponder
/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/6a97761fbcf6168e22a50d33fb7842ac8e86a7
/usr/share/doc/ntpresponder
/usr/share/doc/ntpresponder/README.md
/usr/share/licenses/ntpresponder
/usr/share/licenses/ntpresponder/LICENSE
References
Summary
In this tutorial we learn how to install ntpresponder
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).