How To Install libcouchbase-libevent on Fedora 36

In this tutorial we learn how to install libcouchbase-libevent in Fedora 36. libcouchbase-libevent is Couchbase client library - libevent IO back-end

Introduction

In this tutorial we learn how to install libcouchbase-libevent on Fedora 36.

What is libcouchbase-libevent

This package provides libevent back-end for libcouchbase.

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

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

sudo dnf -y install libcouchbase-libevent

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

sudo yum -y install libcouchbase-libevent

How To Uninstall libcouchbase-libevent on Fedora 36

To uninstall only the libcouchbase-libevent package we can use the following command:

sudo dnf remove libcouchbase-libevent

libcouchbase-libevent Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/f86139075c333165d15a45872ae47c4268202d
/usr/lib64/libcouchbase/libcouchbase_libevent.so

References

Summary

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