How To Install golang-github-nxadm-tail-devel on Fedora 36

In this tutorial we learn how to install golang-github-nxadm-tail-devel in Fedora 36. golang-github-nxadm-tail-devel is Read from continously updated files (tail -f)

Introduction

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

What is golang-github-nxadm-tail-devel

Go package for reading from continously updated files (tail -f). This package contains the source code needed for building packages that reference the following Go import paths – github.com/nxadm/tail

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

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

sudo dnf -y install golang-github-nxadm-tail-devel

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

sudo yum -y install golang-github-nxadm-tail-devel

How To Uninstall golang-github-nxadm-tail-devel on Fedora 36

To uninstall only the golang-github-nxadm-tail-devel package we can use the following command:

sudo dnf remove golang-github-nxadm-tail-devel

golang-github-nxadm-tail-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-nxadm-tail-devel
/usr/share/doc/golang-github-nxadm-tail-devel/CHANGES.md
/usr/share/doc/golang-github-nxadm-tail-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/nxadm
/usr/share/gocode/src/github.com/nxadm/tail
/usr/share/gocode/src/github.com/nxadm/tail/.goipath
/usr/share/gocode/src/github.com/nxadm/tail/CHANGES.md
/usr/share/gocode/src/github.com/nxadm/tail/README.md
/usr/share/gocode/src/github.com/nxadm/tail/cmd
/usr/share/gocode/src/github.com/nxadm/tail/cmd/gotail
/usr/share/gocode/src/github.com/nxadm/tail/cmd/gotail/gotail.go
/usr/share/gocode/src/github.com/nxadm/tail/go.mod
/usr/share/gocode/src/github.com/nxadm/tail/ratelimiter
/usr/share/gocode/src/github.com/nxadm/tail/ratelimiter/leakybucket.go
/usr/share/gocode/src/github.com/nxadm/tail/ratelimiter/leakybucket_test.go
/usr/share/gocode/src/github.com/nxadm/tail/ratelimiter/memory.go
/usr/share/gocode/src/github.com/nxadm/tail/ratelimiter/storage.go
/usr/share/gocode/src/github.com/nxadm/tail/tail.go
/usr/share/gocode/src/github.com/nxadm/tail/tail_posix.go
/usr/share/gocode/src/github.com/nxadm/tail/tail_test.go
/usr/share/gocode/src/github.com/nxadm/tail/tail_windows.go
/usr/share/gocode/src/github.com/nxadm/tail/util
/usr/share/gocode/src/github.com/nxadm/tail/util/util.go
/usr/share/gocode/src/github.com/nxadm/tail/watch
/usr/share/gocode/src/github.com/nxadm/tail/watch/filechanges.go
/usr/share/gocode/src/github.com/nxadm/tail/watch/inotify.go
/usr/share/gocode/src/github.com/nxadm/tail/watch/inotify_tracker.go
/usr/share/gocode/src/github.com/nxadm/tail/watch/polling.go
/usr/share/gocode/src/github.com/nxadm/tail/watch/watch.go
/usr/share/licenses/golang-github-nxadm-tail-devel
/usr/share/licenses/golang-github-nxadm-tail-devel/LICENSE

References

Summary

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