How to Install and Uninstall qdbm.x86_64 Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "qdbm.x86_64" package

Please follow the steps below to install qdbm.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install qdbm.x86_64

2. Uninstall "qdbm.x86_64" package

Here is a brief guide to show you how to uninstall qdbm.x86_64 on Oracle Linux 9:

$ sudo dnf remove qdbm.x86_64 $ sudo dnf autoremove

3. Information about the qdbm.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:48:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : qdbm
Version : 1.8.78
Release : 46.el9.remi
Architecture : x86_64
Size : 278 k
Source : qdbm-1.8.78-46.el9.remi.src.rpm
Repository : remi-safe
Summary : Quick Database Manager
URL : http://fallabs.com/qdbm/
License : LGPLv2+
Description : QDBM is an embedded database library compatible with GDBM and NDBM.
: It features hash database and B+ tree database and is developed referring
: to GDBM for the purpose of the following three points: higher processing
: speed, smaller size of a database file, and simpler API.