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

Last updated: May 10,2024

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

Please follow the steps below to install libboost-atomic1.74-dev on Ubuntu 21.10 (Impish Indri)

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

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

Please follow the guidelines below to uninstall libboost-atomic1.74-dev on Ubuntu 21.10 (Impish Indri):

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

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

Package: libboost-atomic1.74-dev
Architecture: amd64
Version: 1.74.0-8ubuntu6
Multi-Arch: same
Priority: optional
Section: libdevel
Source: boost1.74
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2064
Depends: libboost1.74-dev (= 1.74.0-8ubuntu6), libboost-atomic1.74.0 (= 1.74.0-8ubuntu6)
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
Filename: pool/main/b/boost1.74/libboost-atomic1.74-dev_1.74.0-8ubuntu6_amd64.deb
Size: 221454
MD5sum: 1f3363ca966a848a3b97c6204570564e
SHA1: 57fd5e7e663c434b6ec8a8ba59c27116917fa412
SHA256: 25a906f20d9e3b2933e3b649731996b505f9dbda817316326a3ca8b94052110a
SHA512: aa49712806846bb18b4aee7e328a5f9faac266a7f08b56de3ceb7ec3d11963ba4f6d6d9c3adae2a2af7ef88ea924bbd9725fc676f590231646df566124547ece
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