How To Install golang-github-spacemonkeygo-flagfile-devel on Fedora 36

In this tutorial we learn how to install golang-github-spacemonkeygo-flagfile-devel in Fedora 36. golang-github-spacemonkeygo-flagfile-devel is Simple api for flag serialization and parsing on top of the flag package

Introduction

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

What is golang-github-spacemonkeygo-flagfile-devel

Flagfile provides a simple api for flag serialization and parsing on top of the flag package. This package contains the source code needed for building packages that reference the following Go import paths – github.com/spacemonkeygo/flagfile

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

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

sudo dnf -y install golang-github-spacemonkeygo-flagfile-devel

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

sudo yum -y install golang-github-spacemonkeygo-flagfile-devel

How To Uninstall golang-github-spacemonkeygo-flagfile-devel on Fedora 36

To uninstall only the golang-github-spacemonkeygo-flagfile-devel package we can use the following command:

sudo dnf remove golang-github-spacemonkeygo-flagfile-devel

golang-github-spacemonkeygo-flagfile-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-spacemonkeygo-flagfile-devel
/usr/share/doc/golang-github-spacemonkeygo-flagfile-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/spacemonkeygo
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/.goipath
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/README.md
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/aliases.go
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/doc.go
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/load.go
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/out.go
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/parser
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/parser/parser.go
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/parser/serialize.go
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/setup.go
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/usage.go
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/utils
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/utils/setup.go
/usr/share/gocode/src/github.com/spacemonkeygo/flagfile/utils/setup_test.go
/usr/share/licenses/golang-github-spacemonkeygo-flagfile-devel
/usr/share/licenses/golang-github-spacemonkeygo-flagfile-devel/LICENSE

References

Summary

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