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

Last updated: May 20,2024

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

Please follow the step by step instructions below to install libboost-atomic1.74-dev on Kali Linux

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

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

Here is a brief guide to show you how to uninstall libboost-atomic1.74-dev on Kali Linux:

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

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

Package: libboost-atomic1.74-dev
Source: boost1.74 (1.74.0+ds1-23)
Version: 1.74.0+ds1-23+b1
Installed-Size: 2040
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libboost1.74-dev (= 1.74.0+ds1-23+b1), libboost-atomic1.74.0 (= 1.74.0+ds1-23+b1)
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
Size: 220360
SHA256: 407b17f6780187efbb166a52b8719b5f6bb5657f3d5179092a5868534fcae909
SHA1: 1c3cc47b75afaa89e47d4a1665c9cf751b8d3dda
MD5sum: 3c001ae79b9ba297f74bcb876fb7c387
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/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/b/boost1.74/libboost-atomic1.74-dev_1.74.0+ds1-23+b1_amd64.deb