How To Install boost-thread.i686 on Amazon Linux 2

In this tutorial we learn how to install boost-thread.i686 in Amazon Linux 2. boost-thread.i686 is Run-Time component of boost thread library

Introduction

In this tutorial we learn how to install boost-thread.i686 on Amazon Linux 2.

What is boost-thread.i686

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.

We can use yum to install boost-thread.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install boost-thread.i686.

Install boost-thread.i686 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install boost-thread.i686 using yum by running the following command:

sudo yum -y install boost-thread.i686

How To Uninstall boost-thread.i686 on Amazon Linux 2

To uninstall only the boost-thread.i686 package we can use the following command:

sudo yum remove boost-thread.i686

boost-thread.i686 Package Contents on Amazon Linux 2

/usr/lib/libboost_thread-mt.so.1.53.0
/usr/share/doc/boost-thread-1.53.0
/usr/share/doc/boost-thread-1.53.0/LICENSE_1_0.txt

References

Summary

In this tutorial we learn how to install boost-thread.i686 on Amazon Linux 2 using yum.