How to Install and Uninstall boost-atomic.i686 Package on Amazon Linux 2

Last updated: May 04,2024

1. Install "boost-atomic.i686" package

Here is a brief guide to show you how to install boost-atomic.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install boost-atomic.i686

2. Uninstall "boost-atomic.i686" package

This guide covers the steps necessary to uninstall boost-atomic.i686 on Amazon Linux 2:

$ sudo yum remove boost-atomic.i686 $ sudo yum autoremove

3. Information about the boost-atomic.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : boost-atomic
Arch : i686
Version : 1.53.0
Release : 27.amzn2.0.5
Size : 35 k
Repo : amzn2-core/2/x86_64
Summary : Run-Time component of boost atomic library
URL : http://www.boost.org
License : Boost and MIT and Python
Description :
: Run-Time support for Boost.Atomic, 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.