How To Install rhdb-utils on Fedora 36

In this tutorial we learn how to install rhdb-utils in Fedora 36. rhdb-utils is Miscellaneous utilities for PostgreSQL - Red Hat Edition

Introduction

In this tutorial we learn how to install rhdb-utils on Fedora 36.

What is rhdb-utils

This package contains miscellaneous, non-graphical tools originally developed for PostgreSQL - Red Hat Edition.

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

Install rhdb-utils 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 rhdb-utils using dnf by running the following command:

sudo dnf -y install rhdb-utils

Install rhdb-utils 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 rhdb-utils using yum by running the following command:

sudo yum -y install rhdb-utils

How To Uninstall rhdb-utils on Fedora 36

To uninstall only the rhdb-utils package we can use the following command:

sudo dnf remove rhdb-utils

rhdb-utils Package Contents on Fedora 36

/usr/bin/pg_filedump
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/c92994f7b2ec521beeb7237fc5902bbbc43ed5
/usr/share/doc/rhdb-utils
/usr/share/doc/rhdb-utils/README.pg_filedump
/usr/share/man/man1/pg_filedump.1.gz

References

Summary

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