How to Install and Uninstall libatomicbitvector-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 07,2024

1. Install "libatomicbitvector-dev" package

Please follow the guidelines below to install libatomicbitvector-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libatomicbitvector-dev

2. Uninstall "libatomicbitvector-dev" package

Please follow the instructions below to uninstall libatomicbitvector-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libatomicbitvector-dev package on Ubuntu 21.10 (Impish Indri)

Package: libatomicbitvector-dev
Architecture: all
Version: 0.0+git20200519.e295358-2
Priority: optional
Section: universe/libdevel
Source: libatomicbitvector
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 34
Filename: pool/universe/liba/libatomicbitvector/libatomicbitvector-dev_0.0+git20200519.e295358-2_all.deb
Size: 6860
MD5sum: 044feb016bdcc240554fe944927357e7
SHA1: 99d1540b1a150951afde4e4561022f707bff0a5c
SHA256: 7daf5fea63e72fef099f164fa31556eb2d10c5d7c3cf96fb8c98c2fd58916cb4
SHA512: 8c2f740039966e8e6b39d700f74f043fbe1cdea49d714233efadf6a922d976f3e6f8836daaa16534f9a37d318d82172fdaa1d3fbda15ee925d505ec0250ae28d
Homepage: https://github.com/ekg/atomicbitvector
Description-en: 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: 9257fa4e0485aa64e2d897cf9da286b8