How to Install and Uninstall libcouchbase.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "libcouchbase.x86_64" package

This tutorial shows how to install libcouchbase.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libcouchbase.x86_64

2. Uninstall "libcouchbase.x86_64" package

This tutorial shows how to uninstall libcouchbase.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libcouchbase.x86_64 $ sudo dnf autoremove

3. Information about the libcouchbase.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:39:25 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libcouchbase
Version : 3.2.4
Release : 1.el9.remi
Architecture : x86_64
Size : 537 k
Source : libcouchbase-3.2.4-1.el9.remi.src.rpm
Repository : remi-safe
Summary : Couchbase client library
URL : https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
License : ASL 2.0
Description : The C library provides fast access to documents in Couchbase Server 2.0.
: With JSON documents and Couchbase server 2.0 you have new ways to index
: and query data stored in the cluster through views. This client library,
: libcouchbase, also simplifies requests to Views through its handling of
: HTTP transport.
:
: This Couchbase Client Library for C and C++ provides a complete interface
: to the functionality of Couchbase Server.