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

Last updated: May 18,2024

1. Install "libboost-atomic1.74.0" package

This is a short guide on how to install libboost-atomic1.74.0 on Kali Linux

$ sudo apt update $ sudo apt install libboost-atomic1.74.0

2. Uninstall "libboost-atomic1.74.0" package

This tutorial shows how to uninstall libboost-atomic1.74.0 on Kali Linux:

$ sudo apt remove libboost-atomic1.74.0 $ sudo apt autoclean && sudo apt autoremove

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

Package: libboost-atomic1.74.0
Source: boost1.74 (1.74.0+ds1-23)
Version: 1.74.0+ds1-23+b1
Installed-Size: 2036
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libc6 (>= 2.14), libstdc++6 (>= 5)
Size: 219164
SHA256: f0cbaa9d49cfa474eb614436e3ef1212cff9b400c573b0851fe5a9da408dca3f
SHA1: 4bf7083bf932d3db574e38291ff781bf6e8df29b
MD5sum: 8cc285feaa2c4b322a24cf428d408487
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: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/b/boost1.74/libboost-atomic1.74.0_1.74.0+ds1-23+b1_amd64.deb