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

Last updated: June 26,2024

1. Install "boost-thread.i686" package

Please follow the guidelines below to install boost-thread.i686 on Amazon Linux 2

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

2. Uninstall "boost-thread.i686" package

This tutorial shows how to uninstall boost-thread.i686 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : boost-thread
Arch : i686
Version : 1.53.0
Release : 27.amzn2.0.5
Size : 76 k
Repo : amzn2-core/2/x86_64
Summary : Run-Time component of boost thread library
URL : http://www.boost.org
License : Boost and MIT and Python
Description :
: Run-Time component Boost.Thread library, which provides classes
: and functions for managing multiple threads of execution, and for
: synchronizing data between the threads or providing separate
: copies of data specific to individual threads.