How To Install qdbm-javadoc on Fedora 36

In this tutorial we learn how to install qdbm-javadoc in Fedora 36. qdbm-javadoc is API docs for QDBM Database Library Java interface

Introduction

In this tutorial we learn how to install qdbm-javadoc on Fedora 36.

What is qdbm-javadoc

This package contains the API documentation for the QDBM Database library Java interface.

We can use yum or dnf to install qdbm-javadoc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qdbm-javadoc.

Install qdbm-javadoc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install qdbm-javadoc using dnf by running the following command:

sudo dnf -y install qdbm-javadoc

Install qdbm-javadoc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install qdbm-javadoc using yum by running the following command:

sudo yum -y install qdbm-javadoc

How To Uninstall qdbm-javadoc on Fedora 36

To uninstall only the qdbm-javadoc package we can use the following command:

sudo dnf remove qdbm-javadoc

qdbm-javadoc Package Contents on Fedora 36

/usr/share/javadoc/qdbm
/usr/share/javadoc/qdbm/allclasses-frame.html
/usr/share/javadoc/qdbm/allclasses-noframe.html
/usr/share/javadoc/qdbm/constant-values.html
/usr/share/javadoc/qdbm/index-all.html
/usr/share/javadoc/qdbm/index.html
/usr/share/javadoc/qdbm/overview-summary.html
/usr/share/javadoc/qdbm/overview-tree.html
/usr/share/javadoc/qdbm/package-list
/usr/share/javadoc/qdbm/qdbm
/usr/share/javadoc/qdbm/qdbm/ADBM.html
/usr/share/javadoc/qdbm/qdbm/Curia.html
/usr/share/javadoc/qdbm/qdbm/CuriaException.html
/usr/share/javadoc/qdbm/qdbm/DBMException.html
/usr/share/javadoc/qdbm/qdbm/Depot.html
/usr/share/javadoc/qdbm/qdbm/DepotException.html
/usr/share/javadoc/qdbm/qdbm/Util.html
/usr/share/javadoc/qdbm/qdbm/Villa.html
/usr/share/javadoc/qdbm/qdbm/VillaCursor.html
/usr/share/javadoc/qdbm/qdbm/VillaException.html
/usr/share/javadoc/qdbm/qdbm/package-frame.html
/usr/share/javadoc/qdbm/qdbm/package-summary.html
/usr/share/javadoc/qdbm/qdbm/package-tree.html
/usr/share/javadoc/qdbm/resources
/usr/share/javadoc/qdbm/resources/inherit.gif
/usr/share/javadoc/qdbm/serialized-form.html
/usr/share/javadoc/qdbm/stylesheet.css

References

Summary

In this tutorial we learn how to install qdbm-javadoc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).