How to Install and Uninstall dbh.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "dbh.x86_64" package

This tutorial shows how to install dbh.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install dbh.x86_64

2. Uninstall "dbh.x86_64" package

This is a short guide on how to uninstall dbh.x86_64 on Fedora 36:

$ sudo dnf remove dbh.x86_64 $ sudo dnf autoremove

3. Information about the dbh.x86_64 package on Fedora 36

Last metadata expiration check: 0:14:25 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : dbh
Epoch : 1
Version : 5.0.16
Release : 15.fc36
Architecture : x86_64
Size : 48 k
Source : dbh-5.0.16-15.fc36.src.rpm
Repository : fedora
Summary : Disk based hash library
URL : http://dbh.sourceforge.net/
License : GPLv3+
Description : Disk based hashes is a method to create multidimensional binary trees on disk.
: This library permits the extension of database concept to a plethora of
: electronic data, such as graphic information. With the multidimensional binary
: tree it is possible to mathematically prove that access time to any
: particular record is minimized (using the concept of critical points from
: calculus), which provides the means to construct optimized databases for
: particular applications.