How To Install libdbi-doc on Rocky Linux 8
Introduction
In this tutorial we learn how to install libdbi-doc
on Rocky Linux 8.
What is libdbi-doc
The libdbi-doc package contains guides for development of applications with libdbi.
We can use yum
or dnf
to install libdbi-doc
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libdbi-doc.
Install libdbi-doc on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libdbi-doc
using dnf
by running the following command:
sudo dnf -y install libdbi-doc
Install libdbi-doc on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libdbi-doc
using yum
by running the following command:
sudo yum -y install libdbi-doc
How To Uninstall libdbi-doc on Rocky Linux 8
To uninstall only the libdbi-doc
package we can use the following command:
sudo dnf remove libdbi-doc
libdbi-doc Package Contents on Rocky Linux 8
/usr/share/doc/libdbi-doc
/usr/share/doc/libdbi-doc/driver-guide
/usr/share/doc/libdbi-doc/driver-guide.pdf
/usr/share/doc/libdbi-doc/driver-guide/contact.html
/usr/share/doc/libdbi-doc/driver-guide/copying-fdl.html
/usr/share/doc/libdbi-doc/driver-guide/databasedirectories.html
/usr/share/doc/libdbi-doc/driver-guide/description.html
/usr/share/doc/libdbi-doc/driver-guide/drivercaps.html
/usr/share/doc/libdbi-doc/driver-guide/driverdata.html
/usr/share/doc/libdbi-doc/driver-guide/driverfuncs-dbquery.html
/usr/share/doc/libdbi-doc/driver-guide/driverfuncs-infrastructure.html
/usr/share/doc/libdbi-doc/driver-guide/driverfuncs-publicdbquery.html
/usr/share/doc/libdbi-doc/driver-guide/driverfuncs.html
/usr/share/doc/libdbi-doc/driver-guide/driverinfrastructure.html
/usr/share/doc/libdbi-doc/driver-guide/gnugpl.html
/usr/share/doc/libdbi-doc/driver-guide/helperfuncs.html
/usr/share/doc/libdbi-doc/driver-guide/index.html
/usr/share/doc/libdbi-doc/driver-guide/intro.html
/usr/share/doc/libdbi-doc/driver-guide/terminology.html
/usr/share/doc/libdbi-doc/programmers-guide
/usr/share/doc/libdbi-doc/programmers-guide.pdf
/usr/share/doc/libdbi-doc/programmers-guide/addtoproject.html
/usr/share/doc/libdbi-doc/programmers-guide/buildinstall.html
/usr/share/doc/libdbi-doc/programmers-guide/connerrors.html
/usr/share/doc/libdbi-doc/programmers-guide/contact.html
/usr/share/doc/libdbi-doc/programmers-guide/copying-fdl.html
/usr/share/doc/libdbi-doc/programmers-guide/description.html
/usr/share/doc/libdbi-doc/programmers-guide/errorhandling.html
/usr/share/doc/libdbi-doc/programmers-guide/errornumbers.html
/usr/share/doc/libdbi-doc/programmers-guide/gnugpl.html
/usr/share/doc/libdbi-doc/programmers-guide/index.html
/usr/share/doc/libdbi-doc/programmers-guide/intro.html
/usr/share/doc/libdbi-doc/programmers-guide/libdbi-and-drivers-versions.html
/usr/share/doc/libdbi-doc/programmers-guide/loadinglibdbi.html
/usr/share/doc/libdbi-doc/programmers-guide/package-library-version.html
/usr/share/doc/libdbi-doc/programmers-guide/quickstart-code.html
/usr/share/doc/libdbi-doc/programmers-guide/quickstart-debriefing.html
/usr/share/doc/libdbi-doc/programmers-guide/quickstart.html
/usr/share/doc/libdbi-doc/programmers-guide/reference-conn.html
/usr/share/doc/libdbi-doc/programmers-guide/reference-core.html
/usr/share/doc/libdbi-doc/programmers-guide/reference-database.html
/usr/share/doc/libdbi-doc/programmers-guide/reference-driver.html
/usr/share/doc/libdbi-doc/programmers-guide/reference-field-idx.html
/usr/share/doc/libdbi-doc/programmers-guide/reference-field-meta.html
/usr/share/doc/libdbi-doc/programmers-guide/reference-field.html
/usr/share/doc/libdbi-doc/programmers-guide/reference-query.html
/usr/share/doc/libdbi-doc/programmers-guide/reference-results.html
/usr/share/doc/libdbi-doc/programmers-guide/reference.html
/usr/share/doc/libdbi-doc/programmers-guide/savepoints.html
/usr/share/doc/libdbi-doc/programmers-guide/terminology.html
/usr/share/doc/libdbi-doc/programmers-guide/threads.html
/usr/share/doc/libdbi-doc/programmers-guide/transactions-savepoints.html
/usr/share/doc/libdbi-doc/programmers-guide/transactions.html
/usr/share/doc/libdbi-doc/programmers-guide/version-at-runtime.html
/usr/share/doc/libdbi-doc/programmers-guide/versioning.html
/usr/share/licenses/libdbi-doc
/usr/share/licenses/libdbi-doc/COPYING
References
Summary
In this tutorial we learn how to install libdbi-doc
on Rocky Linux 8 using yum and dnf.