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

Last updated: January 12,2025

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

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

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

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

Here is a brief guide to show you how to uninstall golang-github-deckarep-set-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:57:09 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-deckarep-set-devel
Version : 1.8.0
Release : 1.fc36
Architecture : noarch
Size : 22 k
Source : golang-github-deckarep-set-1.8.0-1.fc36.src.rpm
Repository : updates
Summary : Simple set type for the Go language
URL : https://github.com/deckarep/golang-set
License : MIT
Description : Package Mapset implements a simple and generic set collection. Items stored
: within it are unordered and unique. It supports typical set operations:
: membership testing, intersection, union, difference, symmetric difference and
: cloning.
:
: Package Mapset provides two implementations of the Set interface. The default
: implementation is safe for concurrent access, but a non-thread-safe
: implementation is also provided for programs that can benefit from the slight
: speed improvement and that can enforce mutual exclusion through other means.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/deckarep/golang-set