How To Install libtalloc.i686 on Amazon Linux 2

In this tutorial we learn how to install libtalloc.i686 in Amazon Linux 2. libtalloc.i686 is The talloc library

Introduction

In this tutorial we learn how to install libtalloc.i686 on Amazon Linux 2.

What is libtalloc.i686

A library that implements a hierarchical allocator with destructors.

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

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

sudo yum -y install libtalloc.i686

How To Uninstall libtalloc.i686 on Amazon Linux 2

To uninstall only the libtalloc.i686 package we can use the following command:

sudo yum remove libtalloc.i686

libtalloc.i686 Package Contents on Amazon Linux 2

/usr/lib/libtalloc.so.2
/usr/lib/libtalloc.so.2.1.16

References

Summary

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