How to Install and Uninstall libboost-atomic-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: July 08,2024

1. Install "libboost-atomic-dev" package

In this section, we are going to explain the necessary steps to install libboost-atomic-dev on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libboost-atomic-dev" package

Please follow the steps below to uninstall libboost-atomic-dev on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libboost-atomic-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libboost-atomic-dev
Architecture: amd64
Version: 1.74.0.3ubuntu5
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.3ubuntu5_amd64.deb
Size: 3648
MD5sum: 548561c15135cd75f6f6e80ec5d3388f
SHA1: d62026ac3a4222534b2f07be1c5db401daf2d44a
SHA256: 42ab11a613748fc20cfcb142ac59b75dfebe7ab906342a31f25d6defa37b61f2
SHA512: 7d40e4fb13bba9f63ac1620ac9342f57fd040f4d6a1d0a5dc4f659fbe575031ca27020c54b1a6de513fcf59c5fbecce129349f6332937026d40de9016fae5044
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