How To Install golang-gopkg-gcfg-1-devel on Fedora 36

In this tutorial we learn how to install golang-gopkg-gcfg-1-devel in Fedora 36. golang-gopkg-gcfg-1-devel is Read ini-style configuration files into go structs

Introduction

In this tutorial we learn how to install golang-gopkg-gcfg-1-devel on Fedora 36.

What is golang-gopkg-gcfg-1-devel

Read ini-style configuration files into go structs; supports user-defined types and subsections. This package contains the source code needed for building packages that reference the following Go import paths – gopkg.in/gcfg.v1

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

Install golang-gopkg-gcfg-1-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-gopkg-gcfg-1-devel using dnf by running the following command:

sudo dnf -y install golang-gopkg-gcfg-1-devel

Install golang-gopkg-gcfg-1-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-gopkg-gcfg-1-devel using yum by running the following command:

sudo yum -y install golang-gopkg-gcfg-1-devel

How To Uninstall golang-gopkg-gcfg-1-devel on Fedora 36

To uninstall only the golang-gopkg-gcfg-1-devel package we can use the following command:

sudo dnf remove golang-gopkg-gcfg-1-devel

golang-gopkg-gcfg-1-devel Package Contents on Fedora 36

/usr/share/doc/golang-gopkg-gcfg-1-devel
/usr/share/doc/golang-gopkg-gcfg-1-devel/README
/usr/share/gocode/src/gopkg.in
/usr/share/gocode/src/gopkg.in/gcfg.v1
/usr/share/gocode/src/gopkg.in/gcfg.v1/.goipath
/usr/share/gocode/src/gopkg.in/gcfg.v1/doc.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/errors.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/example_test.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/issues_test.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/read.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/read_test.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/scanner
/usr/share/gocode/src/gopkg.in/gcfg.v1/scanner/errors.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/scanner/example_test.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/scanner/scanner.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/scanner/scanner_test.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/set.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/token
/usr/share/gocode/src/gopkg.in/gcfg.v1/token/position.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/token/position_test.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/token/serialize.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/token/serialize_test.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/token/token.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/types
/usr/share/gocode/src/gopkg.in/gcfg.v1/types/bool.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/types/doc.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/types/enum.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/types/enum_test.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/types/int.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/types/int_test.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/types/scan.go
/usr/share/gocode/src/gopkg.in/gcfg.v1/types/scan_test.go
/usr/share/licenses/golang-gopkg-gcfg-1-devel
/usr/share/licenses/golang-gopkg-gcfg-1-devel/LICENSE

References

Summary

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