How To Install libcouchbase-libev on Fedora 36

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

Introduction

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

What is libcouchbase-libev

This package provides libev back-end for libcouchbase.

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

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

sudo dnf -y install libcouchbase-libev

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

sudo yum -y install libcouchbase-libev

How To Uninstall libcouchbase-libev on Fedora 36

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

sudo dnf remove libcouchbase-libev

libcouchbase-libev Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/d49978eb6aee3d60ce5ba7a59ad9074c23deb2
/usr/lib64/libcouchbase/libcouchbase_libev.so

References

Summary

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