How To Install firebird-utils on Fedora 36

In this tutorial we learn how to install firebird-utils in Fedora 36. firebird-utils is Firebird SQL user utilities

Introduction

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

What is firebird-utils

Firebird SQL user utilities. Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981.

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

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

sudo dnf -y install firebird-utils

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

sudo yum -y install firebird-utils

How To Uninstall firebird-utils on Fedora 36

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

sudo dnf remove firebird-utils

firebird-utils Package Contents on Fedora 36

/usr/bin/fbsvcmgr
/usr/bin/gbak
/usr/bin/gfix
/usr/bin/gpre
/usr/bin/gsec
/usr/bin/gsplit
/usr/bin/gstat-fb
/usr/bin/isql-fb
/usr/bin/nbackup
/usr/bin/qli
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/783f713472c3f5254cd960538ad038a50b4de6
/usr/lib/.build-id/25
/usr/lib/.build-id/25/3dc01e504259974e443de14ec522f2f0a2ec8e
/usr/lib/.build-id/48
/usr/lib/.build-id/48/2dbca2df48a3b10751cec55e4ec0d26eb2e34d
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/e429d602de5043c86a7c7236185083c29e830a
/usr/lib/.build-id/58
/usr/lib/.build-id/58/e02a91e54d6c5dfc0d6a696199773154a1aace
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/5893764b143fb09a6aca5bbe72a5075879214d
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/3a1fe2bbc5349a0ce5b986ecfa916f70836824
/usr/lib/.build-id/c9/eec5a116e726a46bb888118dd45c8b6d763a76
/usr/lib/.build-id/d1/e6cc02bd56ae3fead02dc90155d064b302c892
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/9acdd52f0c6c76f83ce94950bb200212cfd04b

References

Summary

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