How To Install tinycdb on Fedora 36
Introduction
In this tutorial we learn how to install tinycdb
on Fedora 36.
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.
We can use yum
or dnf
to install tinycdb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tinycdb.
Install tinycdb 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 tinycdb
using dnf
by running the following command:
sudo dnf -y install tinycdb
Install tinycdb 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 tinycdb
using yum
by running the following command:
sudo yum -y install tinycdb
How To Uninstall tinycdb on Fedora 36
To uninstall only the tinycdb
package we can use the following command:
sudo dnf remove tinycdb
tinycdb Package Contents on Fedora 36
/usr/bin/cdb
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/3def6cc92e6db9fa52fbc731d34050352443e2
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/b5e82a4fac75ce04998d1b922a532075491511
/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
References
Summary
In this tutorial we learn how to install tinycdb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install tinycdb on Fedora 36” linkTitle: “tinycdb” type: “docs” description: “In this tutorial we learn how to install tinycdb in Fedora 36. tinycdb is Utility and library for manipulating constant databases” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tinycdb-featured.png
Introduction
In this tutorial we learn how to install tinycdb
on Fedora 36.
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.
We can use yum
or dnf
to install tinycdb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tinycdb.
Install tinycdb 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 tinycdb
using dnf
by running the following command:
sudo dnf -y install tinycdb
Install tinycdb 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 tinycdb
using yum
by running the following command:
sudo yum -y install tinycdb
How To Uninstall tinycdb on Fedora 36
To uninstall only the tinycdb
package we can use the following command:
sudo dnf remove tinycdb
tinycdb Package Contents on Fedora 36
/usr/bin/cdb
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/6974745ff88e2a89b78f98d2c67e52e05271e4
/usr/lib/.build-id/96
/usr/lib/.build-id/96/4764391c909f7e25f369c3f43b4a7a9a903bb9
/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 36 using yum and [dnf]((/fedora/36/dnf/).