How to Install and Uninstall golang-github-bits-and-blooms-bitset-dev Package on Kali Linux

Last updated: April 27,2024

1. Install "golang-github-bits-and-blooms-bitset-dev" package

This guide let you learn how to install golang-github-bits-and-blooms-bitset-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-bits-and-blooms-bitset-dev

2. Uninstall "golang-github-bits-and-blooms-bitset-dev" package

Learn how to uninstall golang-github-bits-and-blooms-bitset-dev on Kali Linux:

$ sudo apt remove golang-github-bits-and-blooms-bitset-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-bits-and-blooms-bitset-dev package on Kali Linux

Package: golang-github-bits-and-blooms-bitset-dev
Source: golang-github-bits-and-blooms-bitset
Version: 1.5.0-1
Installed-Size: 112
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 19820
SHA256: 20363ab43fe50ce313a6dd5a643eeb0bfb16a6e983be24623c85f05cce88595f
SHA1: 076efa95543e428cbc492eac9127f5474e9a98e2
MD5sum: 78d5766283968d4198f090fb84bd987d
Description: implementation of bitsets
This package 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.
.
BitSets are expanded to the size of the largest set bit; the memory
allocation is approximately Max bits, where Max is the largest set
bit. BitSets are never shrunk. On creation, a hint can be given for the
number of bits that will be used.
.
Many of the methods, including Set, Clear, and Flip, return a BitSet
pointer, which allows for chaining.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/bits-and-blooms/bitset
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-bits-and-blooms-bitset/golang-github-bits-and-blooms-bitset-dev_1.5.0-1_all.deb