How To Install tkrzw on Fedora 34

tkrzw is A straightforward implementation of DBM

Introduction

In this tutorial we learn how to install tkrzw on Fedora 34.

What is tkrzw

Tkrzw is a C++ library implementing DBM with various algorithms. It features high degrees of performance, concurrency and durability.

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

Install tkrzw on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install tkrzw

Install tkrzw on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install tkrzw using yum by running the following command:

sudo yum -y install tkrzw

How To Uninstall tkrzw on Fedora 34

To uninstall only the tkrzw package we can use the following command:

sudo dnf remove tkrzw

tkrzw Package Contents on Fedora 34

/usr/bin/tkrzw_build_util
/usr/bin/tkrzw_dbm_perf
/usr/bin/tkrzw_dbm_util
/usr/bin/tkrzw_file_perf
/usr/bin/tkrzw_str_perf
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/0e9fff376468016a483bc00b899749fe754b37
/usr/lib/.build-id/60
/usr/lib/.build-id/60/34498bc725f8a889a78c1995face2516d0b843
/usr/lib/.build-id/68
/usr/lib/.build-id/68/3ed0a7975dcd45368ac10cb49fbd3b686f9e9d
/usr/lib/.build-id/94
/usr/lib/.build-id/94/5be40987d730bed77488b50e03538d8ac41d0f
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/a74148ecb9de1467507f65648ca30f23c4cc67
/usr/share/man/man1/tkrzw_build_util.1.gz
/usr/share/man/man1/tkrzw_dbm_perf.1.gz
/usr/share/man/man1/tkrzw_dbm_util.1.gz
/usr/share/man/man1/tkrzw_file_perf.1.gz
/usr/share/man/man1/tkrzw_str_perf.1.gz
/usr/bin/tkrzw_build_util
/usr/bin/tkrzw_dbm_perf
/usr/bin/tkrzw_dbm_util
/usr/bin/tkrzw_file_perf
/usr/bin/tkrzw_str_perf
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/194f9355ae107bda5521f23f53907bd61969ae
/usr/lib/.build-id/82
/usr/lib/.build-id/82/85db2985951c830a8683361261c364cc10fbab
/usr/lib/.build-id/85
/usr/lib/.build-id/85/2cb4a33eb99ea34022f98333e3adf94d050f40
/usr/lib/.build-id/97
/usr/lib/.build-id/97/ede95f0dca12a88b2af4085d9c19f78d7e54ca
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/275235c8d5fc8666f4ae41f17f823b737a28c6
/usr/share/man/man1/tkrzw_build_util.1.gz
/usr/share/man/man1/tkrzw_dbm_perf.1.gz
/usr/share/man/man1/tkrzw_dbm_util.1.gz
/usr/share/man/man1/tkrzw_file_perf.1.gz
/usr/share/man/man1/tkrzw_str_perf.1.gz

References

Summary

In this tutorial we learn how to install tkrzw on Fedora 34 using yum and dnf.