How To Install EekBoek-db-postgresql on Fedora 36

In this tutorial we learn how to install EekBoek-db-postgresql in Fedora 36. EekBoek-db-postgresql is PostgreSQL database driver for EekBoek

Introduction

In this tutorial we learn how to install EekBoek-db-postgresql on Fedora 36.

What is EekBoek-db-postgresql

EekBoek can make use of several database systems for its storage. This package contains the PostgreSQL database driver for EekBoek.

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

Install EekBoek-db-postgresql 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 EekBoek-db-postgresql using dnf by running the following command:

sudo dnf -y install EekBoek-db-postgresql

Install EekBoek-db-postgresql 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 EekBoek-db-postgresql using yum by running the following command:

sudo yum -y install EekBoek-db-postgresql

How To Uninstall EekBoek-db-postgresql on Fedora 36

To uninstall only the EekBoek-db-postgresql package we can use the following command:

sudo dnf remove EekBoek-db-postgresql

EekBoek-db-postgresql Package Contents on Fedora 36

/usr/share/EekBoek-2.051/lib/EB/DB/Postgres.pm
/usr/share/doc/EekBoek-db-postgresql
/usr/share/doc/EekBoek-db-postgresql/README.postgres

References

Summary

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