How To Install golang-gopkg-robfig-cron-3-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-gopkg-robfig-cron-3-devel
on Fedora 36.
What is golang-gopkg-robfig-cron-3-devel
Package Cron implements a cron spec parser and job runner. This package contains the source code needed for building packages that reference the following Go import paths – gopkg.in/robfig/cron.v3
We can use yum
or dnf
to install golang-gopkg-robfig-cron-3-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-gopkg-robfig-cron-3-devel.
Install golang-gopkg-robfig-cron-3-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-gopkg-robfig-cron-3-devel
using dnf
by running the following command:
sudo dnf -y install golang-gopkg-robfig-cron-3-devel
Install golang-gopkg-robfig-cron-3-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-gopkg-robfig-cron-3-devel
using yum
by running the following command:
sudo yum -y install golang-gopkg-robfig-cron-3-devel
How To Uninstall golang-gopkg-robfig-cron-3-devel on Fedora 36
To uninstall only the golang-gopkg-robfig-cron-3-devel
package we can use the following command:
sudo dnf remove golang-gopkg-robfig-cron-3-devel
golang-gopkg-robfig-cron-3-devel Package Contents on Fedora 36
/usr/share/doc/golang-gopkg-robfig-cron-3-devel
/usr/share/doc/golang-gopkg-robfig-cron-3-devel/README.md
/usr/share/gocode/src/gopkg.in
/usr/share/gocode/src/gopkg.in/robfig
/usr/share/gocode/src/gopkg.in/robfig/cron.v3
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/.goipath
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/README.md
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/chain.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/chain_test.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/constantdelay.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/constantdelay_test.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/cron.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/cron_test.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/doc.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/go.mod
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/logger.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/option.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/option_test.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/parser.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/parser_test.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/spec.go
/usr/share/gocode/src/gopkg.in/robfig/cron.v3/spec_test.go
/usr/share/licenses/golang-gopkg-robfig-cron-3-devel
/usr/share/licenses/golang-gopkg-robfig-cron-3-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-gopkg-robfig-cron-3-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).