How To Install golang-github-revel-config-devel on Fedora 36

In this tutorial we learn how to install golang-github-revel-config-devel in Fedora 36. golang-github-revel-config-devel is Configuration file parser for INI format

Introduction

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

What is golang-github-revel-config-devel

This package implements a basic configuration file parser language which provides a structure similar to what you would find on Microsoft Windows INI files. This package contains the source code needed for building packages that reference the following Go import paths – github.com/revel/config

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

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

sudo dnf -y install golang-github-revel-config-devel

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

sudo yum -y install golang-github-revel-config-devel

How To Uninstall golang-github-revel-config-devel on Fedora 36

To uninstall only the golang-github-revel-config-devel package we can use the following command:

sudo dnf remove golang-github-revel-config-devel

golang-github-revel-config-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-revel-config-devel
/usr/share/doc/golang-github-revel-config-devel/Doc
/usr/share/doc/golang-github-revel-config-devel/Doc/AUTHORS.md
/usr/share/doc/golang-github-revel-config-devel/Doc/CONTRIBUTORS.md
/usr/share/doc/golang-github-revel-config-devel/Doc/LICENSE_Apache.txt
/usr/share/doc/golang-github-revel-config-devel/Doc/NEWS.md
/usr/share/doc/golang-github-revel-config-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/revel
/usr/share/gocode/src/github.com/revel/config
/usr/share/gocode/src/github.com/revel/config/.goipath
/usr/share/gocode/src/github.com/revel/config/Doc
/usr/share/gocode/src/github.com/revel/config/Doc/AUTHORS.md
/usr/share/gocode/src/github.com/revel/config/Doc/CONTRIBUTORS.md
/usr/share/gocode/src/github.com/revel/config/Doc/NEWS.md
/usr/share/gocode/src/github.com/revel/config/README.md
/usr/share/gocode/src/github.com/revel/config/all_test.go
/usr/share/gocode/src/github.com/revel/config/config.go
/usr/share/gocode/src/github.com/revel/config/context.go
/usr/share/gocode/src/github.com/revel/config/error.go
/usr/share/gocode/src/github.com/revel/config/option.go
/usr/share/gocode/src/github.com/revel/config/read.go
/usr/share/gocode/src/github.com/revel/config/section.go
/usr/share/gocode/src/github.com/revel/config/type.go
/usr/share/gocode/src/github.com/revel/config/write.go

References

Summary

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