How to Install and Uninstall golang-github-fatih-structs-devel.noarch Package on Fedora 34

Last updated: September 28,2024

1. Install "golang-github-fatih-structs-devel.noarch" package

This guide covers the steps necessary to install golang-github-fatih-structs-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-fatih-structs-devel.noarch

2. Uninstall "golang-github-fatih-structs-devel.noarch" package

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

$ sudo dnf remove golang-github-fatih-structs-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-fatih-structs-devel.noarch package on Fedora 34

Last metadata expiration check: 0:07:06 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-fatih-structs-devel
Version : 1.1.0
Release : 6.fc34
Architecture : noarch
Size : 23 k
Source : golang-github-fatih-structs-1.1.0-6.fc34.src.rpm
Repository : fedora
Summary : Utilities for Go structs
URL : https://github.com/fatih/structs
License : MIT
Description : Structs contains various utilities to work with Go structs. It was initially
: used by me to convert a struct into a map[string]interface{}. With time I've
: added other utilities for structs. It's basically a high level package based on
: primitives from the reflect package. Feel free to add new functions or improve
: the existing code.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/fatih/structs