How to Install and Uninstall golang-github-mitchellh-mapstructure-devel.noarch Package on Fedora 36

Last updated: September 21,2024

1. Install "golang-github-mitchellh-mapstructure-devel.noarch" package

Please follow the steps below to install golang-github-mitchellh-mapstructure-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-mitchellh-mapstructure-devel.noarch

2. Uninstall "golang-github-mitchellh-mapstructure-devel.noarch" package

This is a short guide on how to uninstall golang-github-mitchellh-mapstructure-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-mitchellh-mapstructure-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-mitchellh-mapstructure-devel.noarch package on Fedora 36

Last metadata expiration check: 1:17:08 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-mitchellh-mapstructure-devel
Version : 1.4.1
Release : 4.fc36
Architecture : noarch
Size : 36 k
Source : golang-github-mitchellh-mapstructure-1.4.1-4.fc36.src.rpm
Repository : fedora
Summary : Go library for decoding generic map values into native go structures
URL : https://github.com/mitchellh/mapstructure
License : MIT
Description : 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