How To Install tiedot on Fedora 36

In this tutorial we learn how to install tiedot in Fedora 36. tiedot is NoSQL database

Introduction

In this tutorial we learn how to install tiedot on Fedora 36.

What is tiedot

Your NoSQL database powered by Golang.

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

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

sudo dnf -y install tiedot

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

sudo yum -y install tiedot

How To Uninstall tiedot on Fedora 36

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

sudo dnf remove tiedot

tiedot Package Contents on Fedora 36

/usr/bin/tiedot
/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/2058a36914218f3be85266e044d1bdc0ca51a6
/usr/lib/systemd/system/tiedot.service
/usr/share/doc/tiedot
/usr/share/doc/tiedot/README-gommap.md
/usr/share/doc/tiedot/README.md
/usr/share/doc/tiedot/doc
/usr/share/doc/tiedot/doc/API-reference-and-embedded-usage.md
/usr/share/doc/tiedot/doc/Concurrency-and-networking.md
/usr/share/doc/tiedot/doc/Contributors-and-License.md
/usr/share/doc/tiedot/doc/Data-structures.md
/usr/share/doc/tiedot/doc/Home.md
/usr/share/doc/tiedot/doc/Limitations.md
/usr/share/doc/tiedot/doc/Performance-tuning-and-benchmarks.md
/usr/share/doc/tiedot/doc/Query-processor-and-index.md
/usr/share/doc/tiedot/doc/Tutorial.md
/usr/share/doc/tiedot/doc/Version-History.md
/usr/share/licenses/tiedot
/usr/share/licenses/tiedot/LICENSE
/usr/share/licenses/tiedot/LICENSE-gommap

References

Summary

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