How to Install and Uninstall libboost-atomic1.74.0 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "libboost-atomic1.74.0" package

This guide covers the steps necessary to install libboost-atomic1.74.0 on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libboost-atomic1.74.0" package

Learn how to uninstall libboost-atomic1.74.0 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libboost-atomic1.74.0 package on Ubuntu 21.10 (Impish Indri)

Package: libboost-atomic1.74.0
Architecture: amd64
Version: 1.74.0-8ubuntu6
Multi-Arch: same
Priority: optional
Section: libs
Source: boost1.74
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2061
Depends: libc6 (>= 2.14), libstdc++6 (>= 5)
Filename: pool/main/b/boost1.74/libboost-atomic1.74.0_1.74.0-8ubuntu6_amd64.deb
Size: 223806
MD5sum: f7a3b6cca9facbddd7dcfbad789f5932
SHA1: 584f1219abfb999585353c2855a1fcc18f650475
SHA256: 19b1eeae4f2a38bc60a2546c158aa13862bfe5be8c8f01a9f958eae35613bf47
SHA512: f28c8a84390eff454ee9e9012df959dca50d73aa347d80a6b35e0c3c66cba0032ab9786cb51c842784401f9d074e2386d5f063bb98494efb7206bbb4f25d5812
Homepage: http://www.boost.org/libs/atomic/
Description-en: 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: 1aa2477e97733797bec0d32670d4e90e