macOS
brew install libcouchbaselocal Homebrew formula metadata
brew / rank 6292
C library for Couchbase. Version 3.3.19 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#libcouchbase.
install
brew install libcouchbaselocal Homebrew formula metadata
sudo apk add libcouchbaseAlpine Linux edge package indexes · libcouchbase · source: dl-cdn.alpinelinux.org
sudo dnf install libcouchbaseFedora Rawhide package metadata · libcouchbase · source: dl.fedoraproject.org
nix profile install nixpkgs#libcouchbasenixpkgs package indexes · pkgs/by-name/li/libcouchbase/package.nix · source: api.github.com
overview
C library for Couchbase
history
libcouchbase is the Couchbase C SDK and low-level C client library. It speaks Couchbase cluster protocols, provides synchronous and asynchronous APIs, and ships the `cbc` command family for administration, diagnostics, data access, and benchmarking.
The Couchbase repository describes libcouchbase as the C client library for Couchbase, responsible for connecting to a cluster and executing data operations. Its README also shows the library's long-standing cross-platform shape: Linux, OS X/macOS, and Windows support, with asynchronous integrations for libuv, libev, libevent, select, and Windows IOCP.
Couchbase documentation treats libcouchbase as both the C SDK and as infrastructure for other SDKs. The getting-started guide states that older versions of the Node.js, PHP, and Python SDKs used libcouchbase to communicate with Couchbase Server.
Adoption came from two directions: direct C applications using Couchbase, and language SDKs or extensions that used the C client underneath. Couchbase's package documentation lists apt and yum repositories, Homebrew installation, Windows archives, and source builds, which made the library a normal dependency in both server deployments and developer workstations.
Developers link against the C SDK for key-value, query, management, and cluster operations, while operators and package users often meet libcouchbase through the `cbc-*` tools. The official docs point to `cbc` and `cbc-pillowfight` as examples, and Homebrew exposes a large set of `cbc-` utilities.
libcouchbase is interesting to package nerds because it is not just a leaf CLI: it is a database client ABI, a tool bundle, and historically a foundation for higher-level Couchbase SDKs. Packaging it correctly means caring about TLS, event-loop backends, server compatibility, and command-line tools in one formula.
security posture
No matching local secret-handling manifest was found for libcouchbase. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cbc-admin | executable | indexed executable | Discovered from the local executable index. |
cbc-bucket-create | executable | indexed executable | Discovered from the local executable index. |
cbc-bucket-delete | executable | indexed executable | Discovered from the local executable index. |
cbc-bucket-flush | executable | indexed executable | Discovered from the local executable index. |
cbc-bucket-list | executable | indexed executable | Discovered from the local executable index. |
cbc-cat | executable | indexed executable | Discovered from the local executable index. |
cbc-collection-id | executable | indexed executable | Discovered from the local executable index. |
cbc-collection-manifest | executable | indexed executable | Discovered from the local executable index. |
cbc-connstr | executable | indexed executable | Discovered from the local executable index. |
cbc-create | executable | indexed executable | Discovered from the local executable index. |
cbc-decr | executable | indexed executable | Discovered from the local executable index. |
cbc-gen | executable | indexed executable | Discovered from the local executable index. |
cbc-hash | executable | indexed executable | Discovered from the local executable index. |
cbc-incr | executable | indexed executable | Discovered from the local executable index. |
cbc-keygen | executable | indexed executable | Discovered from the local executable index. |
cbc-lock | executable | indexed executable | Discovered from the local executable index. |
cbc-mcversion | executable | indexed executable | Discovered from the local executable index. |
cbc-n1ql | executable | indexed executable | Discovered from the local executable index. |
cbc-n1qlback | executable | indexed executable | Discovered from the local executable index. |
cbc-observe | executable | indexed executable | Discovered from the local executable index. |
cbc-observe-seqno | executable | indexed executable | Discovered from the local executable index. |
cbc-pillowfight | executable | indexed executable | Discovered from the local executable index. |
cbc-ping | executable | indexed executable | Discovered from the local executable index. |
cbc-proxy | executable | indexed executable | Discovered from the local executable index. |
cbc-rm | executable | indexed executable | Discovered from the local executable index. |
cbc-role-list | executable | indexed executable | Discovered from the local executable index. |
cbc-stats | executable | indexed executable | Discovered from the local executable index. |
cbc-strerror | executable | indexed executable | Discovered from the local executable index. |
cbc-subdoc | executable | indexed executable | Discovered from the local executable index. |
cbc-touch | executable | indexed executable | Discovered from the local executable index. |
cbc-unlock | executable | indexed executable | Discovered from the local executable index. |
cbc-user-delete | executable | indexed executable | Discovered from the local executable index. |
cbc-user-list | executable | indexed executable | Discovered from the local executable index. |
cbc-user-upsert | executable | indexed executable | Discovered from the local executable index. |
cbc-verbosity | executable | indexed executable | Discovered from the local executable index. |
cbc-version | executable | indexed executable | Discovered from the local executable index. |
cbc-view | executable | indexed executable | Discovered from the local executable index. |
cbc-watch | executable | indexed executable | Discovered from the local executable index. |
cbc-write-config | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:libcouchbase |
|---|---|
| Version | 3.3.19 |
| Package manager | Homebrew |
| Homepage | https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html |
| Repository | https://github.com/couchbase/libcouchbase |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libcouchbase
nix profile install nixpkgs#libcouchbaselibcouchbase 3.3.18-r0
C client library for Couchbase
https://developer.couchbase.com/community
sudo apk add libcouchbaselibcouchbase-dev 3.3.18-r0
C client library for Couchbase (development files)
https://developer.couchbase.com/community
sudo apk add libcouchbase-devlibcouchbase-doc 3.3.18-r0
C client library for Couchbase (documentation)
https://developer.couchbase.com/community
sudo apk add libcouchbase-doclibcouchbase-libev 3.3.18-r0
C client library for Couchbase (libev backend)
https://developer.couchbase.com/community
sudo apk add libcouchbase-libevlibcouchbase-libevent 3.3.18-r0
C client library for Couchbase (libevent backend)
https://developer.couchbase.com/community
sudo apk add libcouchbase-libeventlibcouchbase-libuv 3.3.18-r0
C client library for Couchbase (libuv backend)
https://developer.couchbase.com/community
sudo apk add libcouchbase-libuvlibcouchbase-utils 3.3.18-r0
C client library for Couchbase (command line utilities)
https://developer.couchbase.com/community
sudo apk add libcouchbase-utilslibcouchbase 3.3.18-6.fc45
Client and protocol library for the Couchbase project
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbaselibcouchbase-devel 3.3.18-6.fc45
Couchbase client library - Header files
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbase-devellibcouchbase-libev 3.3.18-6.fc45
Couchbase client library - libev IO back-end
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbase-libevlibcouchbase-libevent 3.3.18-6.fc45
Couchbase client library - libevent IO back-end
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbase-libeventlibcouchbase-libuv 3.3.18-6.fc45
Couchbase client library - libuv IO back-end
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbase-libuvlibcouchbase-tools 3.3.18-6.fc45
Couchbase client tools
https://docs.couchbase.com/c-sdk/current/project-docs/sdk-release-notes.html
sudo dnf install libcouchbase-toolssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.