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

Last updated: May 16,2024

1. Install "libboost-atomic1.71.0" package

In this section, we are going to explain the necessary steps to install libboost-atomic1.71.0 on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libboost-atomic1.71.0" package

This guide covers the steps necessary to uninstall libboost-atomic1.71.0 on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: libboost-atomic1.71.0
Architecture: amd64
Version: 1.71.0-6ubuntu9
Multi-Arch: same
Priority: optional
Section: 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/main/b/boost1.71/libboost-atomic1.71.0_1.71.0-6ubuntu9_amd64.deb
Size: 205048
MD5sum: 20d5b0f9febf36ac0fab23a013a952f6
SHA1: 628787237661ede04573ccd872cc7877b679f264
SHA256: ce4d747afe696cdbcd4f90ef69bad8e174cab534474ce93141d4a460ed69ad02
SHA512: a1dccb694f12cea06386c98b4e0e5f5bf526e0c5a73cfdac73aafd516be27765a4dea657abc7e12b65caa1c0de182152bc4b71d13af556fb1b9380cbd9d2e25b
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