How to Install and Uninstall libdb.i686 Package on Rocky Linux 8

Last updated: September 22,2024

1. Install "libdb.i686" package

Learn how to install libdb.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libdb.i686

2. Uninstall "libdb.i686" package

Learn how to uninstall libdb.i686 on Rocky Linux 8:

$ sudo dnf remove libdb.i686 $ sudo dnf autoremove

3. Information about the libdb.i686 package on Rocky Linux 8

Last metadata expiration check: 1:11:48 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libdb
Version : 5.3.28
Release : 42.el8_4
Architecture : i686
Size : 824 k
Source : libdb-5.3.28-42.el8_4.src.rpm
Repository : baseos
Summary : The Berkeley DB database library for C
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. The Berkeley DB includes B+tree, Extended
: Linear Hashing, Fixed and Variable-length record access methods,
: transactions, locking, logging, shared memory caching, and database
: recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
: used by many applications, including Python and Perl, so this should
: be installed on all systems.