How To Install golang-github-zmap-zflags-devel on Fedora 36

In this tutorial we learn how to install golang-github-zmap-zflags-devel in Fedora 36. golang-github-zmap-zflags-devel is Go command line option parser

Introduction

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

What is golang-github-zmap-zflags-devel

Go command line option parser. This package contains the source code needed for building packages that reference the following Go import paths – github.com/zmap/zflags

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

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

sudo dnf -y install golang-github-zmap-zflags-devel

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

sudo yum -y install golang-github-zmap-zflags-devel

How To Uninstall golang-github-zmap-zflags-devel on Fedora 36

To uninstall only the golang-github-zmap-zflags-devel package we can use the following command:

sudo dnf remove golang-github-zmap-zflags-devel

golang-github-zmap-zflags-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-zmap-zflags-devel
/usr/share/doc/golang-github-zmap-zflags-devel/README.md
/usr/share/doc/golang-github-zmap-zflags-devel/examples
/usr/share/doc/golang-github-zmap-zflags-devel/examples/add.go
/usr/share/doc/golang-github-zmap-zflags-devel/examples/bash-completion
/usr/share/doc/golang-github-zmap-zflags-devel/examples/main.go
/usr/share/doc/golang-github-zmap-zflags-devel/examples/rm.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/zmap
/usr/share/gocode/src/github.com/zmap/zflags
/usr/share/gocode/src/github.com/zmap/zflags/.goipath
/usr/share/gocode/src/github.com/zmap/zflags/README.md
/usr/share/gocode/src/github.com/zmap/zflags/arg.go
/usr/share/gocode/src/github.com/zmap/zflags/arg_test.go
/usr/share/gocode/src/github.com/zmap/zflags/assert_test.go
/usr/share/gocode/src/github.com/zmap/zflags/closest.go
/usr/share/gocode/src/github.com/zmap/zflags/command.go
/usr/share/gocode/src/github.com/zmap/zflags/command_test.go
/usr/share/gocode/src/github.com/zmap/zflags/completion.go
/usr/share/gocode/src/github.com/zmap/zflags/completion_test.go
/usr/share/gocode/src/github.com/zmap/zflags/convert.go
/usr/share/gocode/src/github.com/zmap/zflags/convert_test.go
/usr/share/gocode/src/github.com/zmap/zflags/error.go
/usr/share/gocode/src/github.com/zmap/zflags/example_test.go
/usr/share/gocode/src/github.com/zmap/zflags/fallback_test.go
/usr/share/gocode/src/github.com/zmap/zflags/flags.go
/usr/share/gocode/src/github.com/zmap/zflags/group.go
/usr/share/gocode/src/github.com/zmap/zflags/group_test.go
/usr/share/gocode/src/github.com/zmap/zflags/help.go
/usr/share/gocode/src/github.com/zmap/zflags/help_test.go
/usr/share/gocode/src/github.com/zmap/zflags/ini.go
/usr/share/gocode/src/github.com/zmap/zflags/ini_test.go
/usr/share/gocode/src/github.com/zmap/zflags/long_test.go
/usr/share/gocode/src/github.com/zmap/zflags/man.go
/usr/share/gocode/src/github.com/zmap/zflags/marshal_test.go
/usr/share/gocode/src/github.com/zmap/zflags/multitag.go
/usr/share/gocode/src/github.com/zmap/zflags/option.go
/usr/share/gocode/src/github.com/zmap/zflags/options_test.go
/usr/share/gocode/src/github.com/zmap/zflags/optstyle_other.go
/usr/share/gocode/src/github.com/zmap/zflags/optstyle_windows.go
/usr/share/gocode/src/github.com/zmap/zflags/parser.go
/usr/share/gocode/src/github.com/zmap/zflags/parser_test.go
/usr/share/gocode/src/github.com/zmap/zflags/pointer_test.go
/usr/share/gocode/src/github.com/zmap/zflags/short_test.go
/usr/share/gocode/src/github.com/zmap/zflags/tag_test.go
/usr/share/gocode/src/github.com/zmap/zflags/termsize.go
/usr/share/gocode/src/github.com/zmap/zflags/termsize_nosysioctl.go
/usr/share/gocode/src/github.com/zmap/zflags/tiocgwinsz_bsdish.go
/usr/share/gocode/src/github.com/zmap/zflags/tiocgwinsz_linux.go
/usr/share/gocode/src/github.com/zmap/zflags/tiocgwinsz_other.go
/usr/share/gocode/src/github.com/zmap/zflags/unknown_test.go
/usr/share/licenses/golang-github-zmap-zflags-devel
/usr/share/licenses/golang-github-zmap-zflags-devel/LICENSE

References

Summary

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