How To Install libcouchbase-libuv on Fedora 36

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

Introduction

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

What is libcouchbase-libuv

This package provides libuv back-end for libcouchbase.

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

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

sudo dnf -y install libcouchbase-libuv

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

sudo yum -y install libcouchbase-libuv

How To Uninstall libcouchbase-libuv on Fedora 36

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

sudo dnf remove libcouchbase-libuv

libcouchbase-libuv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/a5506ae2188e32f10eb65b956bbe5a1b684818
/usr/lib64/libcouchbase/libcouchbase_libuv.so

References

Summary

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