How to Install and Uninstall libdb-devel.i686 Package on Rocky Linux 9

Last updated: September 23,2024

1. Install "libdb-devel.i686" package

Please follow the step by step instructions below to install libdb-devel.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libdb-devel.i686

2. Uninstall "libdb-devel.i686" package

Please follow the step by step instructions below to uninstall libdb-devel.i686 on Rocky Linux 9:

$ sudo dnf remove libdb-devel.i686 $ sudo dnf autoremove

3. Information about the libdb-devel.i686 package on Rocky Linux 9

Last metadata expiration check: 1:35:04 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libdb-devel
Version : 5.3.28
Release : 53.el9
Architecture : i686
Size : 38 k
Source : libdb-5.3.28-53.el9.src.rpm
Repository : appstream
Summary : C development files for the Berkeley DB library
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 header files,
: libraries, and documentation for building programs which use the
: Berkeley DB.