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

Last updated: July 05,2024

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

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

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

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

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

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

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

Last metadata expiration check: 0:29:24 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-mitchellh-copystructure-devel
Version : 1.0.0
Release : 7.fc34
Architecture : noarch
Size : 19 k
Source : golang-github-mitchellh-copystructure-1.0.0-7.fc34.src.rpm
Repository : fedora
Summary : Go library for deep copying values in Go
URL : https://github.com/mitchellh/copystructure
License : MIT
Description : Copystructure is a Go library for deep copying values in Go.
:
: This allows you to copy Go values that may contain reference values such as
: maps, slices, or pointers, and copy their data as well instead of just their
: references.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/mitchellh/copystructure