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

Last updated: September 23,2024

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

In this section, we are going to explain the necessary steps to install golang-github-mitchellh-copystructure-devel.noarch on Fedora 36

$ 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 36:

$ 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 36

Last metadata expiration check: 4:04:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-mitchellh-copystructure-devel
Version : 1.0.0
Release : 9.fc36
Architecture : noarch
Size : 19 k
Source : golang-github-mitchellh-copystructure-1.0.0-9.fc36.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