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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install golang-github-mitchellh-reflectwalk-devel.noarch on Fedora 34

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

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

This guide let you learn how to uninstall golang-github-mitchellh-reflectwalk-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:55:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-mitchellh-reflectwalk-devel
Version : 1.0.1
Release : 6.fc34
Architecture : noarch
Size : 17 k
Source : golang-github-mitchellh-reflectwalk-1.0.1-6.fc34.src.rpm
Repository : fedora
Summary : Go library for "walking" complex structures, similar to walking a filesystem
URL : https://github.com/mitchellh/reflectwalk
License : MIT
Description : Reflectwalk is a Go library for "walking" a value in Go using reflection, in the
: same way a directory tree can be "walked" on the filesystem. Walking a complex
: structure can allow you to do manipulations on unknown structures such as those
: decoded from JSON.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/mitchellh/reflectwalk