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

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

Introduction

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

What is golang-github-temoto-robotstxt-devel

The robots.txt exclusion protocol implementation for Go language. This package contains the source code needed for building packages that reference the following Go import paths – github.com/temoto/robotstxt

We can use yum or dnf to install golang-github-temoto-robotstxt-devel 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-devel.

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

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

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

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

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

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

sudo dnf remove golang-github-temoto-robotstxt-devel

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

/usr/share/doc/golang-github-temoto-robotstxt-devel
/usr/share/doc/golang-github-temoto-robotstxt-devel/README.rst
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/temoto
/usr/share/gocode/src/github.com/temoto/robotstxt
/usr/share/gocode/src/github.com/temoto/robotstxt/.goipath
/usr/share/gocode/src/github.com/temoto/robotstxt/fuzz.go
/usr/share/gocode/src/github.com/temoto/robotstxt/go.mod
/usr/share/gocode/src/github.com/temoto/robotstxt/google_test.go
/usr/share/gocode/src/github.com/temoto/robotstxt/parser.go
/usr/share/gocode/src/github.com/temoto/robotstxt/robots.txt-check
/usr/share/gocode/src/github.com/temoto/robotstxt/robots.txt-check/main.go
/usr/share/gocode/src/github.com/temoto/robotstxt/robotstxt.go
/usr/share/gocode/src/github.com/temoto/robotstxt/robotstxt_test.go
/usr/share/gocode/src/github.com/temoto/robotstxt/scanner.go
/usr/share/gocode/src/github.com/temoto/robotstxt/scanner_test.go
/usr/share/licenses/golang-github-temoto-robotstxt-devel
/usr/share/licenses/golang-github-temoto-robotstxt-devel/LICENSE

References

Summary

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