How To Install golang-github-sgreben-flagvar-devel on Fedora 36

In this tutorial we learn how to install golang-github-sgreben-flagvar-devel in Fedora 36. golang-github-sgreben-flagvar-devel is A collection of CLI argument types for the Go flag package

Introduction

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

What is golang-github-sgreben-flagvar-devel

A collection of CLI argument types for the Go flag package. This package contains the source code needed for building packages that reference the following Go import paths – github.com/sgreben/flagvar

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

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

sudo dnf -y install golang-github-sgreben-flagvar-devel

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

sudo yum -y install golang-github-sgreben-flagvar-devel

How To Uninstall golang-github-sgreben-flagvar-devel on Fedora 36

To uninstall only the golang-github-sgreben-flagvar-devel package we can use the following command:

sudo dnf remove golang-github-sgreben-flagvar-devel

golang-github-sgreben-flagvar-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-sgreben-flagvar-devel
/usr/share/doc/golang-github-sgreben-flagvar-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/sgreben
/usr/share/gocode/src/github.com/sgreben/flagvar
/usr/share/gocode/src/github.com/sgreben/flagvar/.goipath
/usr/share/gocode/src/github.com/sgreben/flagvar/README.md
/usr/share/gocode/src/github.com/sgreben/flagvar/alternative.go
/usr/share/gocode/src/github.com/sgreben/flagvar/alternative_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/assignment.go
/usr/share/gocode/src/github.com/sgreben/flagvar/assignment_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/cidr.go
/usr/share/gocode/src/github.com/sgreben/flagvar/cidr_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/enum.go
/usr/share/gocode/src/github.com/sgreben/flagvar/enum_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/file.go
/usr/share/gocode/src/github.com/sgreben/flagvar/floats.go
/usr/share/gocode/src/github.com/sgreben/flagvar/floats_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/glob.go
/usr/share/gocode/src/github.com/sgreben/flagvar/glob_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/go.mod
/usr/share/gocode/src/github.com/sgreben/flagvar/help_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/ints.go
/usr/share/gocode/src/github.com/sgreben/flagvar/ints_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/ip.go
/usr/share/gocode/src/github.com/sgreben/flagvar/ip_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/json.go
/usr/share/gocode/src/github.com/sgreben/flagvar/json_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/package_doc.go
/usr/share/gocode/src/github.com/sgreben/flagvar/package_doc_example_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/regexp.go
/usr/share/gocode/src/github.com/sgreben/flagvar/regexp_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/string.go
/usr/share/gocode/src/github.com/sgreben/flagvar/string_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/tcp_addr.go
/usr/share/gocode/src/github.com/sgreben/flagvar/tcp_addr_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/template.go
/usr/share/gocode/src/github.com/sgreben/flagvar/template_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/time.go
/usr/share/gocode/src/github.com/sgreben/flagvar/time_format.go
/usr/share/gocode/src/github.com/sgreben/flagvar/time_format_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/time_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/udp_addr.go
/usr/share/gocode/src/github.com/sgreben/flagvar/udp_addr_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/unix_addr.go
/usr/share/gocode/src/github.com/sgreben/flagvar/unix_addr_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/url.go
/usr/share/gocode/src/github.com/sgreben/flagvar/url_test.go
/usr/share/gocode/src/github.com/sgreben/flagvar/wrap.go
/usr/share/gocode/src/github.com/sgreben/flagvar/wrap_test.go
/usr/share/licenses/golang-github-sgreben-flagvar-devel
/usr/share/licenses/golang-github-sgreben-flagvar-devel/LICENSE

References

Summary

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