How to Install and Uninstall libboost-atomic1.71.0 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: January 11,2025

1. Install "libboost-atomic1.71.0" package

Please follow the instructions below to install libboost-atomic1.71.0 on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libboost-atomic1.71.0" package

Here is a brief guide to show you how to uninstall libboost-atomic1.71.0 on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libboost-atomic1.71.0 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libboost-atomic1.71.0
Architecture: amd64
Version: 1.71.0-6ubuntu11
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: boost1.71
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1973
Filename: pool/universe/b/boost1.71/libboost-atomic1.71.0_1.71.0-6ubuntu11_amd64.deb
Size: 204932
MD5sum: a8ad944ba616af76b0f73a856db54773
SHA1: 7cfbc7213f7b06ff3a1a7b2082a2db160c3ea485
SHA256: 00ce6448a79662bf50943031c77960fa62abaf5ec86fda93d9c719087fbcd53c
SHA512: 5bf0fcb0d3530cb1c594cabd98cb2a8a895ffa01924403967672b8cf13d39a4e7edb67edb55d22e18113b66ab25f34db8e79eebc2aba90a7e6089c7ac0a3aeb8
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