How to Install and Uninstall libboost-atomic-dev Package on Kali Linux

Last updated: May 21,2024

1. Install "libboost-atomic-dev" package

Learn how to install libboost-atomic-dev on Kali Linux

$ sudo apt update $ sudo apt install libboost-atomic-dev

2. Uninstall "libboost-atomic-dev" package

Learn how to uninstall libboost-atomic-dev on Kali Linux:

$ sudo apt remove libboost-atomic-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libboost-atomic-dev package on Kali Linux

Package: libboost-atomic-dev
Source: boost-defaults (1.83.0.2)
Version: 1.83.0.2+b2
Installed-Size: 11
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost-atomic1.83-dev
Size: 3904
SHA256: 02e45222bb67933dc4bcffec7d27d572dcab0c3a8cfa8e0fdde477e37832c6e8
SHA1: 5fe740382b5141d90510016494f98116e7cce6b4
MD5sum: e9eda0552a5406b7ab0757867fcea884
Description: atomic data types, operations, and memory ordering constraints (default version)
This package forms part of the Boost C++ Libraries collection.
.
Boost.Atomic is a library that provides atomic data types and
operations on these data types, as well as memory ordering
constraints required for coordinating multiple threads through atomic
variables. It implements the interface as defined by the C++11
standard, but makes this feature available for platforms lacking
system/compiler support for this particular C++11 feature.
.
Users of this library should already be familiar with concurrency in
general, as well as elementary concepts such as "mutual exclusion".
.
The implementation makes use of processor-specific instructions where
possible (via inline assembler, platform libraries or compiler
intrinsics), and falls back to "emulating" atomic operations through
locking.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.83).
Description-md5:
Multi-Arch: same
Homepage: http://www.boost.org/libs/atomic/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost-defaults/libboost-atomic-dev_1.83.0.2+b2_amd64.deb