How To Install libldb.i686 on Amazon Linux 2
In this tutorial we learn how to install libldb.i686 in Amazon Linux 2. libldb.i686 is A schema-less, ldap like, API and database
Introduction
In this tutorial we learn how to install libldb.i686 on Amazon Linux 2.
What is libldb.i686
An extensible library that implements an LDAP like API to access remote LDAP servers, or use local tdb databases.
We can use yum to install libldb.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libldb.i686.
Install libldb.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 libldb.i686 using yum by running the following command:
sudo yum -y install libldb.i686
How To Uninstall libldb.i686 on Amazon Linux 2
To uninstall only the libldb.i686 package we can use the following command:
sudo yum remove libldb.i686
libldb.i686 Package Contents on Amazon Linux 2
/usr/lib/ldb
/usr/lib/ldb/libldb-key-value.so
/usr/lib/ldb/libldb-tdb-err-map.so
/usr/lib/ldb/libldb-tdb-int.so
/usr/lib/ldb/modules
/usr/lib/ldb/modules/ldb
/usr/lib/ldb/modules/ldb/asq.so
/usr/lib/ldb/modules/ldb/ldb.so
/usr/lib/ldb/modules/ldb/paged_searches.so
/usr/lib/ldb/modules/ldb/rdn_name.so
/usr/lib/ldb/modules/ldb/sample.so
/usr/lib/ldb/modules/ldb/server_sort.so
/usr/lib/ldb/modules/ldb/skel.so
/usr/lib/ldb/modules/ldb/tdb.so
/usr/lib/libldb.so.1
/usr/lib/libldb.so.1.5.4
References
Summary
In this tutorial we learn how to install libldb.i686 on Amazon Linux 2 using yum.