How to Install and Uninstall libdb-sql.x86_64 Package on Amazon Linux 2

Last updated: November 28,2024

1. Install "libdb-sql.x86_64" package

In this section, we are going to explain the necessary steps to install libdb-sql.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libdb-sql.x86_64

2. Uninstall "libdb-sql.x86_64" package

This tutorial shows how to uninstall libdb-sql.x86_64 on Amazon Linux 2:

$ sudo yum remove libdb-sql.x86_64 $ sudo yum autoremove

3. Information about the libdb-sql.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libdb-sql
Arch : x86_64
Version : 5.3.21
Release : 24.amzn2.0.3
Size : 1.0 M
Repo : amzn2-core/2/x86_64
Summary : Development files for using the Berkeley DB with sql
URL : http://www.oracle.com/database/berkeley-db/
License : BSD and LGPLv2 and Sleepycat
Description : The Berkeley Database (Berkeley DB) is a programmatic toolkit that
: provides embedded database support for both traditional and
: client/server applications. This package contains the libraries
: for building programs which use the Berkeley DB in SQL.