How To Install golang-github-ledisdb on Fedora 36

In this tutorial we learn how to install golang-github-ledisdb in Fedora 36. golang-github-ledisdb is A high performance NoSQL Database Server powered by Go

Introduction

In this tutorial we learn how to install golang-github-ledisdb on Fedora 36.

What is golang-github-ledisdb

Ledisdb is a high-performance NoSQL database library and server written in Go. It’s similar to Redis but store data in disk. It supports many data structures including kv, list, hash, zset, set. LedisDB now supports multiple different databases as backends.

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

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

sudo dnf -y install golang-github-ledisdb

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

sudo yum -y install golang-github-ledisdb

How To Uninstall golang-github-ledisdb on Fedora 36

To uninstall only the golang-github-ledisdb package we can use the following command:

sudo dnf remove golang-github-ledisdb

golang-github-ledisdb Package Contents on Fedora 36

/usr/bin/ledis
/usr/bin/ledis-benchmark
/usr/bin/ledis-cli
/usr/bin/ledis-dump
/usr/bin/ledis-load
/usr/bin/ledis-repair
/usr/bin/ledis-server
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/bdaf3c17a25419f927514bf0a5d8a56d1ed200
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/1d40259232e1584010d0e1fab8cec166905663
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/d8f807b2a8f499545bc5400c399e8a31badef2
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/e6416c18832fe709c9a833f9001a578b22f8d8
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/5e7fd8d1b185a9d735556c8225f6f9e61b6b6f
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/5a31755f63459083c053cc7d002b185d10785a
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/66aafd77848cd25656f7cfed1306cbad85f3f3
/usr/share/doc/golang-github-ledisdb
/usr/share/doc/golang-github-ledisdb/CONTRIBUTING.md
/usr/share/doc/golang-github-ledisdb/README.md
/usr/share/doc/golang-github-ledisdb/doc
/usr/share/doc/golang-github-ledisdb/doc/DiffRedis.md
/usr/share/doc/golang-github-ledisdb/doc/Replication.md
/usr/share/doc/golang-github-ledisdb/doc/commands.json
/usr/share/doc/golang-github-ledisdb/doc/commands.md
/usr/share/doc/golang-github-ledisdb/doc/doctoc_commands.sh
/usr/share/licenses/golang-github-ledisdb
/usr/share/licenses/golang-github-ledisdb/LICENSE

References

Summary

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