How To Install golang-github-anacrolix-tagflag-devel on Fedora 36

In this tutorial we learn how to install golang-github-anacrolix-tagflag-devel in Fedora 36. golang-github-anacrolix-tagflag-devel is Declarative flag parsing for Go using struct tags

Introduction

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

What is golang-github-anacrolix-tagflag-devel

Package Tagflag uses reflection to derive flags and positional arguments to a program, and parses and sets them from a slice of arguments. This package contains the source code needed for building packages that reference the following Go import paths – github.com/anacrolix/tagflag

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

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

sudo dnf -y install golang-github-anacrolix-tagflag-devel

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

sudo yum -y install golang-github-anacrolix-tagflag-devel

How To Uninstall golang-github-anacrolix-tagflag-devel on Fedora 36

To uninstall only the golang-github-anacrolix-tagflag-devel package we can use the following command:

sudo dnf remove golang-github-anacrolix-tagflag-devel

golang-github-anacrolix-tagflag-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-anacrolix-tagflag-devel
/usr/share/doc/golang-github-anacrolix-tagflag-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/anacrolix
/usr/share/gocode/src/github.com/anacrolix/tagflag
/usr/share/gocode/src/github.com/anacrolix/tagflag/.goipath
/usr/share/gocode/src/github.com/anacrolix/tagflag/README.md
/usr/share/gocode/src/github.com/anacrolix/tagflag/arg.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/arg_test.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/arity.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/builtin.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/bytes.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/cases_test.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/doc.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/errors.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/excess.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/go.mod
/usr/share/gocode/src/github.com/anacrolix/tagflag/marshalers.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/misc.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/parseopt.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/parser.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/tagflag.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/tagflag_test.go
/usr/share/gocode/src/github.com/anacrolix/tagflag/usage.go
/usr/share/licenses/golang-github-anacrolix-tagflag-devel
/usr/share/licenses/golang-github-anacrolix-tagflag-devel/LICENSE

References

Summary

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