How to Install and Uninstall libboost-atomic1.71-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 16,2024

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

Please follow the guidelines below to install libboost-atomic1.71-dev on Ubuntu 20.10 (Groovy Gorilla)

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

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

Learn how to uninstall libboost-atomic1.71-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libboost-atomic1.71-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libboost-atomic1.71-dev
Architecture: amd64
Version: 1.71.0-6ubuntu9
Multi-Arch: same
Priority: optional
Section: libdevel
Source: boost1.71
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1970
Depends: libboost1.71-dev (= 1.71.0-6ubuntu9), libboost-atomic1.71.0 (= 1.71.0-6ubuntu9)
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
Filename: pool/main/b/boost1.71/libboost-atomic1.71-dev_1.71.0-6ubuntu9_amd64.deb
Size: 205148
MD5sum: e4e6e00505e9e98fdf24ecf7231acfef
SHA1: fe96389d49790dc6fac5f5921fcf91d2880f526f
SHA256: 485335db39e1060535317bf984ad890863cced27d00d286e984fc37e373076e8
SHA512: 271b7e4d45c2637594e647e5f991f27e0bc9df58a0bcc0b65625948c80e7f60b94b801e6fba665b75cfcb5a497473297d381f551bb0b7631cdf6ef48ed8228dd
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