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

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

Introduction

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

What is golang-github-nxadm-tail

Go package for reading from continously updated files (tail -f).

We can use yum or dnf to install golang-github-nxadm-tail 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.

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

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

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

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

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

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

sudo dnf remove golang-github-nxadm-tail

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

/usr/bin/gotail
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/3a4df343443546cafe3b6bb682a4bc66cbc661
/usr/share/doc/golang-github-nxadm-tail
/usr/share/doc/golang-github-nxadm-tail/CHANGES.md
/usr/share/doc/golang-github-nxadm-tail/README.md
/usr/share/licenses/golang-github-nxadm-tail
/usr/share/licenses/golang-github-nxadm-tail/LICENSE

References

Summary

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