How To Install golang-github-temoto-robotstxt on Fedora 36

In this tutorial we learn how to install golang-github-temoto-robotstxt in Fedora 36. golang-github-temoto-robotstxt is Robots.txt exclusion protocol implementation

Introduction

In this tutorial we learn how to install golang-github-temoto-robotstxt on Fedora 36.

What is golang-github-temoto-robotstxt

The robots.txt exclusion protocol implementation for Go language.

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

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

sudo dnf -y install golang-github-temoto-robotstxt

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

sudo yum -y install golang-github-temoto-robotstxt

How To Uninstall golang-github-temoto-robotstxt on Fedora 36

To uninstall only the golang-github-temoto-robotstxt package we can use the following command:

sudo dnf remove golang-github-temoto-robotstxt

golang-github-temoto-robotstxt Package Contents on Fedora 36

/usr/bin/robots.txt-check
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/e4f877773f6cc4a5ecffd9fc032d955abce4c1
/usr/share/doc/golang-github-temoto-robotstxt
/usr/share/doc/golang-github-temoto-robotstxt/README.rst
/usr/share/licenses/golang-github-temoto-robotstxt
/usr/share/licenses/golang-github-temoto-robotstxt/LICENSE

References

Summary

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