How to Install and Uninstall golang-github-willf-bitset-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "golang-github-willf-bitset-devel.noarch" package

Please follow the guidelines below to install golang-github-willf-bitset-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-willf-bitset-devel.noarch

2. Uninstall "golang-github-willf-bitset-devel.noarch" package

This is a short guide on how to uninstall golang-github-willf-bitset-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-willf-bitset-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-willf-bitset-devel.noarch package on Fedora 34

Last metadata expiration check: 1:35:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-willf-bitset-devel
Version : 1.1.11
Release : 2.fc34
Architecture : noarch
Size : 27 k
Source : golang-github-willf-bitset-1.1.11-2.fc34.src.rpm
Repository : fedora
Summary : Go package implementing bitsets
URL : https://github.com/willf/bitset
License : BSD
Description : Package bitset implements bitsets, a mapping between non-negative integers and
: boolean values. It should be more efficient than map[uint] bool.
:
: It provides methods for setting, clearing, flipping, and testing individual
: integers.
:
: But it also provides set intersection, union, difference, complement, and
: symmetric operations, as well as tests to check whether any, all, or no bits are
: set, and querying a bitset's current length and number of positive bits.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/willf/bitset