How To Install tinycdb on Fedora 34

tinycdb is Utility and library for manipulating constant databases Utility and library for manipulating constant databases

Introduction

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

What is tinycdb

tinycdb is a small, fast and reliable utility and subroutine library for creating and reading constant databases. The database structure is tuned for fast reading. This package contains tinycdb utility and shared library. tinycdb 0.78 15.fc34 x86_64 33 k tinycdb-0.78-15.fc34.src.rpm fedora Utility and library for manipulating constant databases http Public Domain tinycdb is a small, fast and reliable utility and subroutine library for creating and reading constant databases. The database structure is tuned for fast reading. This package contains tinycdb utility and shared library.

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

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

sudo dnf -y install tinycdb

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

sudo yum -y install tinycdb

How To Uninstall tinycdb on Fedora 34

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

sudo dnf remove tinycdb

tinycdb Package Contents on Fedora 34

/usr/bin/cdb
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/567f628733d8a4f918a91bc3abc26d3d6330cd
/usr/lib/.build-id/82
/usr/lib/.build-id/82/e8c264c46e3d2419136ffb8dafa02d8ef462e7
/usr/lib/libcdb.so.1
/usr/share/doc/tinycdb
/usr/share/doc/tinycdb/ChangeLog
/usr/share/doc/tinycdb/NEWS
/usr/share/man/man1/cdb.1.gz
/usr/share/man/man5/cdb.5.gz
/usr/bin/cdb
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/da6e8dbd4046c93d43e25e7a435f49b2ac66b5
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/11b9c6d708bfb7c506a8e27e0ddc5778d360ce
/usr/lib64/libcdb.so.1
/usr/share/doc/tinycdb
/usr/share/doc/tinycdb/ChangeLog
/usr/share/doc/tinycdb/NEWS
/usr/share/man/man1/cdb.1.gz
/usr/share/man/man5/cdb.5.gz

References

Summary

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