How To Install boost-system.x86_64 on Amazon Linux 2

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

Introduction

In this tutorial we learn how to install boost-system.x86_64 on Amazon Linux 2.

What is boost-system.x86_64

Run-Time component of Boost operating system support library, including the diagnostics support that will be part of the C++0x standard library.

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

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

sudo yum -y install boost-system.x86_64

How To Uninstall boost-system.x86_64 on Amazon Linux 2

To uninstall only the boost-system.x86_64 package we can use the following command:

sudo yum remove boost-system.x86_64

boost-system.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libboost_system-mt.so.1.53.0
/usr/lib64/libboost_system.so.1.53.0
/usr/share/doc/boost-system-1.53.0
/usr/share/doc/boost-system-1.53.0/LICENSE_1_0.txt

References

Summary

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