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

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

Introduction

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

What is boost-timer.i686

“How long does my C++ code take to run?” The Boost Timer library answers that question and does so portably, with as little as one #include and one additional line of code.

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

Install boost-timer.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-timer.i686 using yum by running the following command:

sudo yum -y install boost-timer.i686

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

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

sudo yum remove boost-timer.i686

boost-timer.i686 Package Contents on Amazon Linux 2

/usr/lib/libboost_timer-mt.so.1.53.0
/usr/lib/libboost_timer.so.1.53.0
/usr/share/doc/boost-timer-1.53.0
/usr/share/doc/boost-timer-1.53.0/LICENSE_1_0.txt

References

Summary

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