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

Last updated: May 16,2024

1. Install "libboost-atomic1.74.0" package

Learn how to install libboost-atomic1.74.0 on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libboost-atomic1.74.0" package

Please follow the step by step instructions below to uninstall libboost-atomic1.74.0 on Ubuntu 21.04 (Hirsute Hippo):

$ 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.04 (Hirsute Hippo)

Package: libboost-atomic1.74.0
Architecture: amd64
Version: 1.74.0-8ubuntu2
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: 2060
Depends: libc6 (>= 2.14), libstdc++6 (>= 5)
Filename: pool/main/b/boost1.74/libboost-atomic1.74.0_1.74.0-8ubuntu2_amd64.deb
Size: 217508
MD5sum: 25e0ef44adeadbadabebdf475dd34017
SHA1: 1e249e7841aa45415751c7a67eb3d2d30b4cb4cc
SHA256: b7d8862eb86f242d27fcb1e0dd4a46294101f76806586adcb17ad2801abce475
SHA512: f05f3fcac8b6d32e3f6514b4e7fc2d31c97a6a5834aa9c3f7fb742fb6c563e188da7115f1340e3773d84fbf2bc2e52051b1b06996056fb593f31413eff451971
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