How to Install and Uninstall golang-github-fatih-set-devel.noarch Package on Fedora 36

Last updated: October 06,2024

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

Here is a brief guide to show you how to install golang-github-fatih-set-devel.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall golang-github-fatih-set-devel.noarch on Fedora 36:

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

3. Information about the golang-github-fatih-set-devel.noarch package on Fedora 36

Last metadata expiration check: 4:35:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-fatih-set-devel
Version : 0.2.1
Release : 9.fc36
Architecture : noarch
Size : 18 k
Source : golang-github-fatih-set-0.2.1-9.fc36.src.rpm
Repository : fedora
Summary : Set data structure for Go
URL : https://github.com/fatih/set
License : MIT
Description : Set is a basic and simple, hash-based, Set data structure implementation in Go.
:
: Set provides both threadsafe and non-threadsafe implementations of a generic set
: data structure. The thread safety encompasses all operations on one set.
: Operations on multiple sets are consistent in that the elements of each set used
: was valid at exactly one point in time between the start and the end of the
: operation. Because it's thread safe, you can use it concurrently with your
: goroutines.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/fatih/set