How To Install golang-github-mitchellh-mapstructure-devel on Fedora 36

In this tutorial we learn how to install golang-github-mitchellh-mapstructure-devel in Fedora 36. golang-github-mitchellh-mapstructure-devel is Go library for decoding generic map values into native go structures

Introduction

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

What is golang-github-mitchellh-mapstructure-devel

Mapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling. This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don’t quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mitchellh/mapstructure

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

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

sudo dnf -y install golang-github-mitchellh-mapstructure-devel

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

sudo yum -y install golang-github-mitchellh-mapstructure-devel

How To Uninstall golang-github-mitchellh-mapstructure-devel on Fedora 36

To uninstall only the golang-github-mitchellh-mapstructure-devel package we can use the following command:

sudo dnf remove golang-github-mitchellh-mapstructure-devel

golang-github-mitchellh-mapstructure-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mitchellh-mapstructure-devel
/usr/share/doc/golang-github-mitchellh-mapstructure-devel/CHANGELOG.md
/usr/share/doc/golang-github-mitchellh-mapstructure-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mitchellh
/usr/share/gocode/src/github.com/mitchellh/mapstructure
/usr/share/gocode/src/github.com/mitchellh/mapstructure/.goipath
/usr/share/gocode/src/github.com/mitchellh/mapstructure/CHANGELOG.md
/usr/share/gocode/src/github.com/mitchellh/mapstructure/README.md
/usr/share/gocode/src/github.com/mitchellh/mapstructure/decode_hooks.go
/usr/share/gocode/src/github.com/mitchellh/mapstructure/decode_hooks_test.go
/usr/share/gocode/src/github.com/mitchellh/mapstructure/error.go
/usr/share/gocode/src/github.com/mitchellh/mapstructure/glide.lock
/usr/share/gocode/src/github.com/mitchellh/mapstructure/glide.yaml
/usr/share/gocode/src/github.com/mitchellh/mapstructure/go.mod
/usr/share/gocode/src/github.com/mitchellh/mapstructure/mapstructure.go
/usr/share/gocode/src/github.com/mitchellh/mapstructure/mapstructure_benchmark_test.go
/usr/share/gocode/src/github.com/mitchellh/mapstructure/mapstructure_bugs_test.go
/usr/share/gocode/src/github.com/mitchellh/mapstructure/mapstructure_examples_test.go
/usr/share/gocode/src/github.com/mitchellh/mapstructure/mapstructure_test.go
/usr/share/licenses/golang-github-mitchellh-mapstructure-devel
/usr/share/licenses/golang-github-mitchellh-mapstructure-devel/LICENSE

References

Summary

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