How To Install apr-util-bdb.i686 on Amazon Linux 2

In this tutorial we learn how to install apr-util-bdb.i686 in Amazon Linux 2. apr-util-bdb.i686 is APR utility library Berkeley DB driver

Introduction

In this tutorial we learn how to install apr-util-bdb.i686 on Amazon Linux 2.

What is apr-util-bdb.i686

This package provides the Berkeley DB driver for the apr-util DBM (database abstraction) interface.

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

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

sudo yum -y install apr-util-bdb.i686

How To Uninstall apr-util-bdb.i686 on Amazon Linux 2

To uninstall only the apr-util-bdb.i686 package we can use the following command:

sudo yum remove apr-util-bdb.i686

apr-util-bdb.i686 Package Contents on Amazon Linux 2

/usr/lib/apr-util-1/apr_dbm_db-1.so
/usr/lib/apr-util-1/apr_dbm_db.so

References

Summary

In this tutorial we learn how to install apr-util-bdb.i686 on Amazon Linux 2 using yum.