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

Last updated: June 26,2024

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

Please follow the guidance below to install golang-github-fatih-structs-devel.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-fatih-structs-devel.noarch on Fedora 35:

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

Last metadata expiration check: 2:12:50 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-fatih-structs-devel
Version : 1.1.0
Release : 7.fc35
Architecture : noarch
Size : 23 k
Source : golang-github-fatih-structs-1.1.0-7.fc35.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