How To Install golang-github-beevik-ntp-devel on Fedora 36

In this tutorial we learn how to install golang-github-beevik-ntp-devel in Fedora 36. golang-github-beevik-ntp-devel is Simple ntp client written in Go

Introduction

In this tutorial we learn how to install golang-github-beevik-ntp-devel on Fedora 36.

What is golang-github-beevik-ntp-devel

The Ntp package is an implementation of a Simple NTP (SNTP) client based on RFC5905. It allows you to connect to a remote NTP server and request information about the current time. This package contains the source code needed for building packages that reference the following Go import paths – github.com/beevik/ntp

We can use yum or dnf to install golang-github-beevik-ntp-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-beevik-ntp-devel.

Install golang-github-beevik-ntp-devel 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 golang-github-beevik-ntp-devel using dnf by running the following command:

sudo dnf -y install golang-github-beevik-ntp-devel

Install golang-github-beevik-ntp-devel 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 golang-github-beevik-ntp-devel using yum by running the following command:

sudo yum -y install golang-github-beevik-ntp-devel

How To Uninstall golang-github-beevik-ntp-devel on Fedora 36

To uninstall only the golang-github-beevik-ntp-devel package we can use the following command:

sudo dnf remove golang-github-beevik-ntp-devel

golang-github-beevik-ntp-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-beevik-ntp-devel
/usr/share/doc/golang-github-beevik-ntp-devel/CONTRIBUTORS
/usr/share/doc/golang-github-beevik-ntp-devel/README.md
/usr/share/doc/golang-github-beevik-ntp-devel/RELEASE_NOTES.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/beevik
/usr/share/gocode/src/github.com/beevik/ntp
/usr/share/gocode/src/github.com/beevik/ntp/.goipath
/usr/share/gocode/src/github.com/beevik/ntp/README.md
/usr/share/gocode/src/github.com/beevik/ntp/RELEASE_NOTES.md
/usr/share/gocode/src/github.com/beevik/ntp/ntp.go
/usr/share/gocode/src/github.com/beevik/ntp/ntp_test.go
/usr/share/licenses/golang-github-beevik-ntp-devel
/usr/share/licenses/golang-github-beevik-ntp-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-beevik-ntp-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).