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

Last updated: May 18,2024

1. Install "boost-thread.x86_64" package

Learn how to install boost-thread.x86_64 on Amazon Linux 2

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

2. Uninstall "boost-thread.x86_64" package

Here is a brief guide to show you how to uninstall boost-thread.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : boost-thread
Arch : x86_64
Version : 1.53.0
Release : 27.amzn2.0.5
Size : 73 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.