How To Install numactl-libs.i686 on Amazon Linux 2

In this tutorial we learn how to install numactl-libs.i686 in Amazon Linux 2. numactl-libs.i686 is libnuma libraries

Introduction

In this tutorial we learn how to install numactl-libs.i686 on Amazon Linux 2.

What is numactl-libs.i686

numactl-libs provides libnuma, a library to do allocations with NUMA policy in applications.

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

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

sudo yum -y install numactl-libs.i686

How To Uninstall numactl-libs.i686 on Amazon Linux 2

To uninstall only the numactl-libs.i686 package we can use the following command:

sudo yum remove numactl-libs.i686

numactl-libs.i686 Package Contents on Amazon Linux 2

/usr/lib/libnuma.so.1

References

Summary

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