How To Install libcouchbase-tools on Fedora 36

In this tutorial we learn how to install libcouchbase-tools in Fedora 36. libcouchbase-tools is Couchbase client tools

Introduction

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

What is libcouchbase-tools

This is the CLI tools Couchbase project.

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

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

sudo dnf -y install libcouchbase-tools

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

sudo yum -y install libcouchbase-tools

How To Uninstall libcouchbase-tools on Fedora 36

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

sudo dnf remove libcouchbase-tools

libcouchbase-tools Package Contents on Fedora 36

/usr/bin/cbc
/usr/bin/cbc-admin
/usr/bin/cbc-bucket-create
/usr/bin/cbc-bucket-delete
/usr/bin/cbc-bucket-flush
/usr/bin/cbc-cat
/usr/bin/cbc-collection-id
/usr/bin/cbc-collection-manifest
/usr/bin/cbc-connstr
/usr/bin/cbc-create
/usr/bin/cbc-decr
/usr/bin/cbc-gen
/usr/bin/cbc-hash
/usr/bin/cbc-incr
/usr/bin/cbc-keygen
/usr/bin/cbc-lock
/usr/bin/cbc-mcversion
/usr/bin/cbc-n1ql
/usr/bin/cbc-n1qlback
/usr/bin/cbc-observe
/usr/bin/cbc-observe-seqno
/usr/bin/cbc-pillowfight
/usr/bin/cbc-ping
/usr/bin/cbc-proxy
/usr/bin/cbc-rm
/usr/bin/cbc-role-list
/usr/bin/cbc-stats
/usr/bin/cbc-strerror
/usr/bin/cbc-subdoc
/usr/bin/cbc-touch
/usr/bin/cbc-unlock
/usr/bin/cbc-user-delete
/usr/bin/cbc-user-list
/usr/bin/cbc-user-upsert
/usr/bin/cbc-verbosity
/usr/bin/cbc-version
/usr/bin/cbc-view
/usr/bin/cbc-watch
/usr/bin/cbc-write-config
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/f45a4b85a787c01c207aa3635c71b51a2092ab
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/3f44b3fb6e1e6ad2c02785e2ef5633b6d4a8f4
/usr/lib/.build-id/97
/usr/lib/.build-id/97/93567f3a03f3d1d145db9b81ec858c000c44d6
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/a30b0dceb9da1095fd7191ad21c1ec22f8a2a1
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/200f8be11fa15c46d11379c452f145de8e129e
/usr/lib/.build-id/db
/usr/lib/.build-id/db/6d476913f6761a733a8e0099d3c4b8258f41c3
/usr/share/man/man1/cbc-admin.1.gz
/usr/share/man/man1/cbc-bucket-create.1.gz
/usr/share/man/man1/cbc-bucket-delete.1.gz
/usr/share/man/man1/cbc-cat.1.gz
/usr/share/man/man1/cbc-connstr.1.gz
/usr/share/man/man1/cbc-cp.1.gz
/usr/share/man/man1/cbc-create.1.gz
/usr/share/man/man1/cbc-decr.1.gz
/usr/share/man/man1/cbc-flush.1.gz
/usr/share/man/man1/cbc-hash.1.gz
/usr/share/man/man1/cbc-incr.1.gz
/usr/share/man/man1/cbc-lock.1.gz
/usr/share/man/man1/cbc-mcversion.1.gz
/usr/share/man/man1/cbc-n1ql.1.gz
/usr/share/man/man1/cbc-n1qlback.1.gz
/usr/share/man/man1/cbc-observe.1.gz
/usr/share/man/man1/cbc-pillowfight.1.gz
/usr/share/man/man1/cbc-ping.1.gz
/usr/share/man/man1/cbc-rm.1.gz
/usr/share/man/man1/cbc-role-list.1.gz
/usr/share/man/man1/cbc-stats.1.gz
/usr/share/man/man1/cbc-subdoc.1.gz
/usr/share/man/man1/cbc-unlock.1.gz
/usr/share/man/man1/cbc-user-delete.1.gz
/usr/share/man/man1/cbc-user-list.1.gz
/usr/share/man/man1/cbc-user-upsert.1.gz
/usr/share/man/man1/cbc-verbosity.1.gz
/usr/share/man/man1/cbc-version.1.gz
/usr/share/man/man1/cbc-view.1.gz
/usr/share/man/man1/cbc-watch.1.gz
/usr/share/man/man1/cbc.1.gz
/usr/share/man/man4/cbcrc.4.gz

References

Summary

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