How to Install and Uninstall golang-github-mitchellh-hashstructure-devel.noarch Package on Fedora 34

Last updated: October 06,2024

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

This guide let you learn how to install golang-github-mitchellh-hashstructure-devel.noarch on Fedora 34

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

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

Please follow the steps below to uninstall golang-github-mitchellh-hashstructure-devel.noarch on Fedora 34:

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

3. Information about the golang-github-mitchellh-hashstructure-devel.noarch package on Fedora 34

Last metadata expiration check: 1:43:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-mitchellh-hashstructure-devel
Version : 1.1.0
Release : 2.fc34
Architecture : noarch
Size : 17 k
Source : golang-github-mitchellh-hashstructure-1.1.0-2.fc34.src.rpm
Repository : fedora
Summary : Get hash values for arbitrary values in Go
URL : https://github.com/mitchellh/hashstructure
License : MIT
Description : Hashstructure is a Go library for creating a unique hash value for arbitrary
: values in Go.
:
: This can be used to key values in a hash (for use in a map, set, etc.) that are
: complex. The most common use case is comparing two values without sending data
: across the network, caching values locally (de-dup), and so on.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/mitchellh/hashstructure