How To Install libcouchbase on Fedora 36
Introduction
In this tutorial we learn how to install libcouchbase
on Fedora 36.
What is libcouchbase
This package provides the core for libcouchbase. It contains an IO implementation based on select(2). If preferred, you can install one of the available back-ends (libcouchbase-libevent or libcouchbase-libev). libcouchbase will automatically use the installed back-end. It is also possible to integrate another IO back-end or write your own.
We can use yum
or dnf
to install libcouchbase
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcouchbase.
Install libcouchbase 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
using dnf
by running the following command:
sudo dnf -y install libcouchbase
Install libcouchbase 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
using yum
by running the following command:
sudo yum -y install libcouchbase
How To Uninstall libcouchbase on Fedora 36
To uninstall only the libcouchbase
package we can use the following command:
sudo dnf remove libcouchbase
libcouchbase Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/2289ca8225692661a8aea555771d48deed07d7
/usr/lib/libcouchbase
/usr/lib/libcouchbase.so.8
/usr/lib/libcouchbase.so.8.0.3
/usr/share/doc/libcouchbase
/usr/share/doc/libcouchbase/README.markdown
/usr/share/doc/libcouchbase/RELEASE_NOTES.markdown
/usr/share/licenses/libcouchbase
/usr/share/licenses/libcouchbase/LICENSE
/usr/share/systemtap/tapset/libcouchbase.so.8.0.3.stp
References
Summary
In this tutorial we learn how to install libcouchbase
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libcouchbase on Fedora 36” linkTitle: “libcouchbase” type: “docs” description: “In this tutorial we learn how to install libcouchbase in Fedora 36. libcouchbase is Client and protocol library for the Couchbase project” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcouchbase-featured.png
Introduction
In this tutorial we learn how to install libcouchbase
on Fedora 36.
What is libcouchbase
This package provides the core for libcouchbase. It contains an IO implementation based on select(2). If preferred, you can install one of the available back-ends (libcouchbase-libevent or libcouchbase-libev). libcouchbase will automatically use the installed back-end. It is also possible to integrate another IO back-end or write your own.
We can use yum
or dnf
to install libcouchbase
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcouchbase.
Install libcouchbase 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
using dnf
by running the following command:
sudo dnf -y install libcouchbase
Install libcouchbase 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
using yum
by running the following command:
sudo yum -y install libcouchbase
How To Uninstall libcouchbase on Fedora 36
To uninstall only the libcouchbase
package we can use the following command:
sudo dnf remove libcouchbase
libcouchbase Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/daaeddf0fd74adde5385245edffa756024648f
/usr/lib64/libcouchbase
/usr/lib64/libcouchbase.so.8
/usr/lib64/libcouchbase.so.8.0.3
/usr/share/doc/libcouchbase
/usr/share/doc/libcouchbase/README.markdown
/usr/share/doc/libcouchbase/RELEASE_NOTES.markdown
/usr/share/licenses/libcouchbase
/usr/share/licenses/libcouchbase/LICENSE
/usr/share/systemtap/tapset/libcouchbase.so.8.0.3.stp
References
Summary
In this tutorial we learn how to install libcouchbase
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).