How to Install and Uninstall libboost-atomic1.83-dev Package on Kali Linux

Last updated: July 08,2024

1. Install "libboost-atomic1.83-dev" package

Please follow the guidelines below to install libboost-atomic1.83-dev on Kali Linux

$ sudo apt update $ sudo apt install libboost-atomic1.83-dev

2. Uninstall "libboost-atomic1.83-dev" package

In this section, we are going to explain the necessary steps to uninstall libboost-atomic1.83-dev on Kali Linux:

$ sudo apt remove libboost-atomic1.83-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libboost-atomic1.83-dev
Source: boost1.83 (1.83.0-2)
Version: 1.83.0-2+b2
Installed-Size: 2167
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost1.83-dev (= 1.83.0-2+b2), libboost-atomic1.83.0 (= 1.83.0-2+b2)
Conflicts: libboost-atomic1.53-dev, libboost-atomic1.54-dev, libboost-atomic1.55-dev, libboost-atomic1.57-dev, libboost-atomic1.58-dev, libboost-atomic1.60-dev, libboost-atomic1.61-dev, libboost-atomic1.62-dev, libboost-atomic1.63-dev, libboost-atomic1.65-dev, libboost-atomic1.67-dev, libboost-atomic1.70-dev, libboost-atomic1.71-dev, libboost-atomic1.74-dev, libboost-atomic1.80-dev, libboost-atomic1.81-dev
Size: 235028
SHA256: f96d6408ab3472bfb9f6e469e80942c60b2686d2d275388a93444575f6268c77
SHA1: 3dc001b0b19234f3f1cd00a45ca48ccd89aa0b52
MD5sum: 4c9f1cbd872d211d04e73f476704d9c2
Description: atomic data types, operations, and memory ordering constraints
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.
Description-md5:
Multi-Arch: same
Homepage: http://www.boost.org/libs/atomic/
Section: libdevel
Priority: optional
Filename: pool/main/b/boost1.83/libboost-atomic1.83-dev_1.83.0-2+b2_amd64.deb