macOS
brew install libcouchbaselocal Homebrew formula metadata
安装
brew install libcouchbaselocal Homebrew formula metadata
sudo apk add libcouchbaseAlpine Linux edge package indexes · libcouchbase · 来源: dl-cdn.alpinelinux.org
sudo dnf install libcouchbaseFedora Rawhide package metadata · libcouchbase · 来源: dl.fedoraproject.org
nix profile install nixpkgs#libcouchbasenixpkgs package indexes · pkgs/by-name/li/libcouchbase/package.nix · 来源: api.github.com
概览
C library for Couchbase
历史
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.
安全态势
没有找到 libcouchbase 的匹配本地密钥处理 manifest。软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.cbcrcCredential-bearing paths to review before unattended agent runs.
~/.cbcrc可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
cbc-admin | cli | 全局可执行文件 | |
cbc-bucket-create | cli | 全局可执行文件 | |
cbc-bucket-delete | cli | 全局可执行文件 | |
cbc-bucket-flush | cli | 全局可执行文件 | |
cbc-bucket-list | cli | 全局可执行文件 | |
cbc-cat | cli | 全局可执行文件 | |
cbc-collection-id | cli | 全局可执行文件 | |
cbc-collection-manifest | cli | 全局可执行文件 | |
cbc-connstr | cli | 全局可执行文件 | |
cbc-create | cli | 全局可执行文件 | |
cbc-decr | cli | 全局可执行文件 | |
cbc-gen | cli | 全局可执行文件 | |
cbc-hash | cli | 全局可执行文件 | |
cbc-incr | cli | 全局可执行文件 | |
cbc-keygen | cli | 全局可执行文件 | |
cbc-lock | cli | 全局可执行文件 | |
cbc-mcversion | cli | 全局可执行文件 | |
cbc-n1ql | cli | 全局可执行文件 | |
cbc-n1qlback | cli | 全局可执行文件 | |
cbc-observe | cli | 全局可执行文件 | |
cbc-observe-seqno | cli | 全局可执行文件 | |
cbc-pillowfight | cli | 全局可执行文件 | |
cbc-ping | cli | 全局可执行文件 | |
cbc-proxy | cli | 全局可执行文件 | |
cbc-rm | cli | 全局可执行文件 | |
cbc-role-list | cli | 全局可执行文件 | |
cbc-stats | cli | 全局可执行文件 | |
cbc-strerror | cli | 全局可执行文件 | |
cbc-subdoc | cli | 全局可执行文件 | |
cbc-touch | cli | 全局可执行文件 | |
cbc-unlock | cli | 全局可执行文件 | |
cbc-user-delete | cli | 全局可执行文件 | |
cbc-user-list | cli | 全局可执行文件 | |
cbc-user-upsert | cli | 全局可执行文件 | |
cbc-verbosity | cli | 全局可执行文件 | |
cbc-version | cli | 全局可执行文件 | |
cbc-view | cli | 全局可执行文件 | |
cbc-watch | cli | 全局可执行文件 | |
cbc-write-config | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html
安装元数据
| 软件包键 | brew:libcouchbase |
|---|---|
| 版本 | 3.3.19 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/libcouchbase |
| 主页 | https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html |
| 仓库 | https://github.com/couchbase/libcouchbase |
| 上游文档 | https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html |
| 许可证 | Apache-2.0 |
| 源码归档 | https://packages.couchbase.com/clients/c/libcouchbase-3.3.19.tar.gz |
| 依赖 | libev, libevent, libuv, openssl@3 |
| 构建依赖 | cmake |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libcouchbase |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-tools来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.