How To Install golang-github-influxdata-cron-devel on Fedora 36

In this tutorial we learn how to install golang-github-influxdata-cron-devel in Fedora 36. golang-github-influxdata-cron-devel is Fast, zero-allocation cron parser in ragel and golang

Introduction

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

What is golang-github-influxdata-cron-devel

A fast, zero-allocation cron parser in ragel and golang. This package contains the source code needed for building packages that reference the following Go import paths – github.com/influxdata/cron

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

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

sudo dnf -y install golang-github-influxdata-cron-devel

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

sudo yum -y install golang-github-influxdata-cron-devel

How To Uninstall golang-github-influxdata-cron-devel on Fedora 36

To uninstall only the golang-github-influxdata-cron-devel package we can use the following command:

sudo dnf remove golang-github-influxdata-cron-devel

golang-github-influxdata-cron-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-influxdata-cron-devel
/usr/share/doc/golang-github-influxdata-cron-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/influxdata
/usr/share/gocode/src/github.com/influxdata/cron
/usr/share/gocode/src/github.com/influxdata/cron/.goipath
/usr/share/gocode/src/github.com/influxdata/cron/README.md
/usr/share/gocode/src/github.com/influxdata/cron/count.go
/usr/share/gocode/src/github.com/influxdata/cron/count_test.go
/usr/share/gocode/src/github.com/influxdata/cron/cron.go
/usr/share/gocode/src/github.com/influxdata/cron/cron_test.go
/usr/share/gocode/src/github.com/influxdata/cron/go.mod
/usr/share/gocode/src/github.com/influxdata/cron/parse.go
/usr/share/licenses/golang-github-influxdata-cron-devel
/usr/share/licenses/golang-github-influxdata-cron-devel/LICENSE

References

Summary

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