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

Last updated: November 23,2024

1. Install "libboost-atomic1.83.0" package

In this section, we are going to explain the necessary steps to install libboost-atomic1.83.0 on Kali Linux

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

2. Uninstall "libboost-atomic1.83.0" package

Please follow the step by step instructions below to uninstall libboost-atomic1.83.0 on Kali Linux:

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

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

Package: libboost-atomic1.83.0
Source: boost1.83 (1.83.0-2)
Version: 1.83.0-2+b2
Installed-Size: 2162
Maintainer: Debian Boost Team
Architecture: amd64
Depends: libc6 (>= 2.14), libstdc++6 (>= 5)
Size: 233580
SHA256: 1e1549fee1766a2803cb82cc521ca49fa7750e8cba005cc2f18f359277b6bee7
SHA1: 8ce1fbcd44f353178f23d835fb84d8a3e2deaf06
MD5sum: 68ceade3f284aba569a2cfb33634a666
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: libs
Priority: optional
Filename: pool/main/b/boost1.83/libboost-atomic1.83.0_1.83.0-2+b2_amd64.deb