How to Install and Uninstall libboost-atomic-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: October 06,2024

1. Install "libboost-atomic-dev" package

This guide let you learn how to install libboost-atomic-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libboost-atomic-dev

2. Uninstall "libboost-atomic-dev" package

Learn how to uninstall libboost-atomic-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libboost-atomic-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libboost-atomic-dev package on Ubuntu 21.10 (Impish Indri)

Package: libboost-atomic-dev
Architecture: amd64
Version: 1.74.0.3ubuntu6
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: boost-defaults
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 11
Depends: libboost-atomic1.74-dev
Filename: pool/universe/b/boost-defaults/libboost-atomic-dev_1.74.0.3ubuntu6_amd64.deb
Size: 3504
MD5sum: 0230b7c5baaff22360614c9d2548f85f
SHA1: b71751c90c3b94bfbfe49d7396c6860825532408
SHA256: 7874c91d65409aa5dcf9fca3e5b42d4713b623ed280094b4b5743e87ffe41847
SHA512: 758fe72756ec8c0baa650600e69da72a90f6df4ec01416254b60b81e84e6479019a1dafdc3761577fc120c57d771405c90cf32bc6fbd8c54cca9d4da62b1bae5
Homepage: http://www.boost.org/libs/atomic/
Description-en: atomic data types, operations, and memory ordering constraints (default version)
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.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.74).
Description-md5: 12cd7781e1c1c23bc0c8487e0d42d249