How To Install libtdb.i686 on Amazon Linux 2

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

Introduction

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

What is libtdb.i686

A library that implements a trivial database.

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

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

sudo yum -y install libtdb.i686

How To Uninstall libtdb.i686 on Amazon Linux 2

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

sudo yum remove libtdb.i686

libtdb.i686 Package Contents on Amazon Linux 2

/usr/lib/libtdb.so.1
/usr/lib/libtdb.so.1.3.18

References

Summary

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