How to Install and Uninstall libatomicbitvector-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "libatomicbitvector-dev" package

Learn how to install libatomicbitvector-dev on Kali Linux

$ sudo apt update $ sudo apt install libatomicbitvector-dev

2. Uninstall "libatomicbitvector-dev" package

Please follow the guidance below to uninstall libatomicbitvector-dev on Kali Linux:

$ sudo apt remove libatomicbitvector-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libatomicbitvector-dev package on Kali Linux

Package: libatomicbitvector-dev
Source: libatomicbitvector
Version: 0.0+git20200519.e295358-3
Installed-Size: 34
Maintainer: Debian Med Packaging Team
Architecture: all
Size: 6980
SHA256: f440d5f0ce0ae088efdf25f0e998a59b79c7cfc48687a102150265af99e67a88
SHA1: 617a23289c9d817b2503406db971bdc708216287
MD5sum: b62b7e6c76dc92b6abbae7742d0c79f0
Description: atomic bitset/bitvector with size determined at runtime
This header-only library encodes a bitvector class with size fixed at
runtime. Atomic operations allow for concurrent access and modification
of the bitset. Such a structure can help with coordinating parallel
processing of a given fixed set of entities, and has the advantage of
only requiring O(1) bit per entry.
.
The atomic_bv_t class is a straightforward extension of ConcurrentBitSet
from Facebook's folly C++ library. It wraps the atomic type with a class
that allows them to be copied, and these wrapped atomic types are then
used to build a vector whose size is determined at runtime.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/ekg/atomicbitvector
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/liba/libatomicbitvector/libatomicbitvector-dev_0.0+git20200519.e295358-3_all.deb