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

Last updated: October 05,2024

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

This is a short guide on how to install golang-github-fatih-set-devel.noarch on Fedora 35

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

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

This is a short guide on how to uninstall golang-github-fatih-set-devel.noarch on Fedora 35:

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

Last metadata expiration check: 2:32:20 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-fatih-set-devel
Version : 0.2.1
Release : 8.fc35
Architecture : noarch
Size : 18 k
Source : golang-github-fatih-set-0.2.1-8.fc35.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