How To Install golang-github-peterbourgon-ff-3-devel on Fedora 36

In this tutorial we learn how to install golang-github-peterbourgon-ff-3-devel in Fedora 36. golang-github-peterbourgon-ff-3-devel is Flags-first package for configuration

Introduction

In this tutorial we learn how to install golang-github-peterbourgon-ff-3-devel on Fedora 36.

What is golang-github-peterbourgon-ff-3-devel

Flags-first package for configuration. This package contains the source code needed for building packages that reference the following Go import paths – github.com/peterbourgon/ff/v3

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

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

sudo dnf -y install golang-github-peterbourgon-ff-3-devel

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

sudo yum -y install golang-github-peterbourgon-ff-3-devel

How To Uninstall golang-github-peterbourgon-ff-3-devel on Fedora 36

To uninstall only the golang-github-peterbourgon-ff-3-devel package we can use the following command:

sudo dnf remove golang-github-peterbourgon-ff-3-devel

golang-github-peterbourgon-ff-3-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-peterbourgon-ff-3-devel
/usr/share/doc/golang-github-peterbourgon-ff-3-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/peterbourgon
/usr/share/gocode/src/github.com/peterbourgon/ff
/usr/share/gocode/src/github.com/peterbourgon/ff/v3
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/.goipath
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/README.md
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/doc.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/ffcli
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/ffcli/README.md
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/ffcli/command.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/ffcli/command_test.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/ffcli/doc.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/fftest
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/fftest/doc.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/fftest/tempfile.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/fftest/vars.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/fftoml
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/fftoml/fftoml.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/fftoml/fftoml_test.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/ffyaml
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/ffyaml/ffyaml.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/ffyaml/ffyaml_test.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/go.mod
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/json.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/json_test.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/parse.go
/usr/share/gocode/src/github.com/peterbourgon/ff/v3/parse_test.go
/usr/share/licenses/golang-github-peterbourgon-ff-3-devel
/usr/share/licenses/golang-github-peterbourgon-ff-3-devel/LICENSE

References

Summary

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