How to Install and Uninstall golang-github-cbroglie-mapstructure-devel.noarch Package on Fedora 34

Last updated: May 06,2024

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

This tutorial shows how to install golang-github-cbroglie-mapstructure-devel.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall golang-github-cbroglie-mapstructure-devel.noarch on Fedora 34:

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

3. Information about the golang-github-cbroglie-mapstructure-devel.noarch package on Fedora 34

Last metadata expiration check: 1:36:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-cbroglie-mapstructure-devel
Version : 0
Release : 0.6.20210108gitc22e58b.fc34
Architecture : noarch
Size : 24 k
Source : golang-github-cbroglie-mapstructure-0-0.6.20210108gitc22e58b.fc34.src.rpm
Repository : fedora
Summary : Go library for decoding generic map values into native Go structures
URL : https://github.com/cbroglie/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/cbroglie/mapstructure