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

Last updated: September 20,2024

1. Install "golang-github-willf-bitset-dev" package

In this section, we are going to explain the necessary steps to install golang-github-willf-bitset-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-willf-bitset-dev

2. Uninstall "golang-github-willf-bitset-dev" package

This guide covers the steps necessary to uninstall golang-github-willf-bitset-dev on Kali Linux:

$ sudo apt remove golang-github-willf-bitset-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-willf-bitset-dev package on Kali Linux

Package: golang-github-willf-bitset-dev
Source: golang-github-willf-bitset
Version: 1.1.10-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 97
Homepage: https://github.com/bits-and-blooms/bitset/
Priority: optional
Section: devel
Filename: pool/main/g/golang-github-willf-bitset/golang-github-willf-bitset-dev_1.1.10-0kali1_all.deb
Size: 15528
SHA256: 52c5303dbd6c7eb2a2a087128933006fe3e0331206465d15d53cfa33f773f7a2
SHA1: f3f07aa8022169fcf65cc9e9be200ae4084a8329
MD5sum: 2464d16cfda1a8cf606ede14bf2232a9
Description: Go package implementing bitsets (dev)
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.
.
This package contains the dev files.
Description-md5: