How To Install pyldb-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install pyldb-devel.x86_64 in Amazon Linux 2. pyldb-devel.x86_64 is Development files for the Python bindings for the LDB library

Introduction

In this tutorial we learn how to install pyldb-devel.x86_64 on Amazon Linux 2.

What is pyldb-devel.x86_64

Development files for the Python bindings for the LDB library

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

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

sudo yum -y install pyldb-devel.x86_64

How To Uninstall pyldb-devel.x86_64 on Amazon Linux 2

To uninstall only the pyldb-devel.x86_64 package we can use the following command:

sudo yum remove pyldb-devel.x86_64

pyldb-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/pyldb.h
/usr/lib64/libpyldb-util.so
/usr/lib64/pkgconfig/pyldb-util.pc
/usr/share/man/man3/PyLdbControlObject.3.gz
/usr/share/man/man3/PyLdbDnObject.3.gz
/usr/share/man/man3/PyLdbMessageElementObject.3.gz
/usr/share/man/man3/PyLdbMessageObject.3.gz
/usr/share/man/man3/PyLdbModuleObject.3.gz
/usr/share/man/man3/PyLdbObject.3.gz
/usr/share/man/man3/PyLdbResultObject.3.gz
/usr/share/man/man3/PyLdbTreeObject.3.gz

References

Summary

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