How to Install and Uninstall libdb-java.i686 Package on Amazon Linux 2

Last updated: May 05,2024

1. Install "libdb-java.i686" package

Please follow the instructions below to install libdb-java.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libdb-java.i686

2. Uninstall "libdb-java.i686" package

In this section, we are going to explain the necessary steps to uninstall libdb-java.i686 on Amazon Linux 2:

$ sudo yum remove libdb-java.i686 $ sudo yum autoremove

3. Information about the libdb-java.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libdb-java
Arch : i686
Version : 5.3.21
Release : 24.amzn2.0.3
Size : 1.4 M
Repo : amzn2-core/2/x86_64
Summary : Development files for using the Berkeley DB with Java
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 Java.