Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, apt, Nix, zypper 安装 xmlrpc-c

查看 xmlrpc-c 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install xmlrpc-c

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install xmlrpc-c

MacPorts ports tree · devel/xmlrpc-c/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add xmlrpc-c

Alpine Linux edge package indexes · xmlrpc-c · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install xmlrpc-c

Fedora Rawhide package metadata · xmlrpc-c · 来源: dl.fedoraproject.org

Debian apt已验证 · 92%
sudo apt install libxmlrpc-c++9

Debian stable package indexes · libxmlrpc-c++9 · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#xmlrpc_c

nixpkgs package indexes · pkgs/by-name/xm/xmlrpc_c/package.nix · 来源: api.github.com

Ubuntu apt已验证 · 92%
sudo apt install libxmlrpc-c++8-dev

Ubuntu 24.04 LTS package indexes · libxmlrpc-c++8-dev · 来源: archive.ubuntu.com

openSUSE zypper已验证 · 92%
sudo zypper install libxmlrpc++9

openSUSE Tumbleweed package metadata · libxmlrpc++9 · 来源: download.opensuse.org

概览

软件包摘要

Lightweight RPC library (based on XML and HTTP)

命令和别名

  • xmlrpc-c-config

历史

项目历史与用法

XML-RPC for C/C++ is a modular C and C++ implementation of XML-RPC, the early web RPC protocol that sends XML-encoded procedure calls over HTTP. The package matters because it preserves a small native-code path for clients, servers, examples, and diagnostic tools in a protocol family now mostly remembered through legacy integrations.

项目历史

The project traces back at least to the early 0.9 releases in January 2001, with Eric Kidd credited for the early release work in the official change history. Those releases quickly added CGI and Abyss server support, system.* method support, authentication, Windows fixes, and UTF-8 robustness.

By the 0.9.10 release in June 2001, the project was shipping man pages and Debian packages. Release 1.00 in October 2004 marked a more formalized era under Bryan Henderson, adding a modular client transport structure with Curl and WinInet transports alongside libwww and continuing the package's build and portability cleanup.

The user manual was first published by Bryan Henderson in November 2004 and is maintained as the main living documentation. The 1.03 release in June 2005 introduced new C++ libraries designed for pure C++ applications, while later releases continued to add utilities such as xmlrpc_dumpserver in 2017.

采用历史

XML-RPC for C/C++ served users who wanted XML-RPC without a large application framework or slow interpreted stack. The manual explicitly positions the C/C++ libraries as a performance-oriented alternative to interpreted XML-RPC layers, and notes a Perl RPC::Xmlrpc_c binding that used the C libraries to avoid much of the overhead of pure-Perl XML-RPC stacks.

Its release system and packaging history show the classic SourceForge-era library lifecycle: Subversion release branches, occasional SourceForge tarballs, stable series for conservative systems, and enough API compatibility concern to keep older wrappers and headers around.

使用方式

Developers link the C or C++ libraries to build XML-RPC clients and servers, choosing client transports such as Curl or server modes such as Abyss and CGI. The package also includes utilities and examples: xmlrpc performs one XML-RPC call from the command line, while xmlrpc_dumpserver can help inspect client behavior.

为什么软件包爱好者会关心

This is a fossil that still has teeth. It captures the period when XML-RPC, SOAP, CORBA, CGI, libwww, Curl, WinInet, and embedded HTTP servers all overlapped, and it remains useful whenever old XML-RPC integrations need a native Unix library rather than a runtime-heavy bridge.

时间线

  • 2001-01-09: Release 0.9.1 appeared in the official change history.
  • 2001-06-30: Release 0.9.10 added man pages and Debian packages.
  • 2004-10-25: Release 1.00 added the modular client XML transport structure.
  • 2004-11: Bryan Henderson published the first draft of the main user manual.
  • 2005-06-26: Release 1.03 introduced new C++ libraries for pure C++ applications.
  • 2017-03: xmlrpc_dumpserver was added as a diagnostic server utility.

Related projects

  • Related projects and technologies include the XML-RPC protocol, libcurl, libwww, WinInet, the Abyss HTTP server, CGI, SOAP, CORBA, REST-RPC, JSON-RPC, and the Perl RPC::Xmlrpc_c binding.

安全态势

风险级别:绿色

library-like package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • library-like package without higher-risk signals

信号

  • metadata:library-like

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
xmlrpc-c-configcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本1.64.03
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://xmlrpc-c.sourceforge.io/

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息Release/tag comparison is only available for GitHub repositories.https://xmlrpc-c.sourceforge.io/none 置信度

安装元数据

软件包元数据

软件包键brew:xmlrpc-c
版本1.64.03
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/xmlrpc-c
主页https://xmlrpc-c.sourceforge.io/
仓库http://svn.code.sf.net/p/xmlrpc-c/code
上游文档https://xmlrpc-c.sourceforge.io/doc
许可证BSD-3-Clause
源码归档https://downloads.sourceforge.net/project/xmlrpc-c/Xmlrpc-c%20Super%20Stable/1.64.03/xmlrpc-1.64.03.tgz
依赖openssl@3
构建依赖pkgconf
macOS 提供的库curl, libxml2
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namexmlrpc-c
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

libxmlrpc-c++9 1.59.03-10

Lightweight RPC library based on XML and HTTP [C++ runtime libraries]

http://xmlrpc-c.sourceforge.net

sudo apt install libxmlrpc-c++9
  • Section: libs
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 5 依赖
  • normalized package name match
  • 匹配方式:Xmlrpc C
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libxmlrpc-c++9 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libxmlrpc-c++9-dev 1.59.03-10

Lightweight RPC library based on XML and HTTP [C++ development libraries]

http://xmlrpc-c.sourceforge.net

sudo apt install libxmlrpc-c++9-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 3 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Xmlrpc C
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libxmlrpc-c++9-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libxmlrpc-core-c3-dev 1.59.03-10

Lightweight RPC library based on XML and HTTP [C development libraries]

http://xmlrpc-c.sourceforge.net

sudo apt install libxmlrpc-core-c3-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 6 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Xmlrpc C
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libxmlrpc-core-c3-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libxmlrpc-core-c3t64 1.59.03-10

Lightweight RPC library based on XML and HTTP [C runtime libraries]

http://xmlrpc-c.sourceforge.net

sudo apt install libxmlrpc-core-c3t64
  • Section: libs
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 5 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Xmlrpc C
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libxmlrpc-core-c3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libxmlrpc-util-dev 1.59.03-10

Lightweight RPC library based on XML and HTTP [extra development libraries]

http://xmlrpc-c.sourceforge.net

sudo apt install libxmlrpc-util-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 1 依赖
  • normalized package name match
  • 匹配方式:Xmlrpc C
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libxmlrpc-util-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libxmlrpc-util4 1.59.03-10

Lightweight RPC library based on XML and HTTP [extra C runtime libraries]

http://xmlrpc-c.sourceforge.net

sudo apt install libxmlrpc-util4
  • Section: libs
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 1 依赖
  • normalized package name match
  • 匹配方式:Xmlrpc C
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libxmlrpc-util4 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

xmlrpc-api-utils 1.59.03-10

Generate C++ wrapper classes for XML-RPC servers

http://xmlrpc-c.sourceforge.net

sudo apt install xmlrpc-api-utils
  • Section: devel
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 8 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Xmlrpc C
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xmlrpc-api-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

xmlrpc_c

nix profile install nixpkgs#xmlrpc_c
  • normalized package name match
  • 匹配方式:Xmlrpc C
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/xm/xmlrpc_c/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libxmlrpc-c++8-dev 1.33.14-12build2

Lightweight RPC library based on XML and HTTP [C++ development libraries]

http://xmlrpc-c.sourceforge.net

sudo apt install libxmlrpc-c++8-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 3 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Xmlrpc C
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libxmlrpc-c++8-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libxmlrpc-c++8t64 1.33.14-12build2

Lightweight RPC library based on XML and HTTP [C++ runtime libraries]

http://xmlrpc-c.sourceforge.net

sudo apt install libxmlrpc-c++8t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 4 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Xmlrpc C
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libxmlrpc-c++8t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libxmlrpc-core-c3-dev 1.33.14-12build2

Lightweight RPC library based on XML and HTTP [C development libraries]

http://xmlrpc-c.sourceforge.net

sudo apt install libxmlrpc-core-c3-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 2 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Xmlrpc C
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libxmlrpc-core-c3-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libxmlrpc-core-c3t64 1.33.14-12build2

Lightweight RPC library based on XML and HTTP [C runtime libraries]

http://xmlrpc-c.sourceforge.net

sudo apt install libxmlrpc-core-c3t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Xmlrpc C
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libxmlrpc-core-c3t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

xmlrpc-api-utils 1.33.14-12build2

Generate C++ wrapper classes for XML-RPC servers

http://xmlrpc-c.sourceforge.net

sudo apt install xmlrpc-api-utils
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: xmlrpc-c
  • 7 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Xmlrpc C
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xmlrpc-api-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

xmlrpc-c 1.51.08-r5

This library provides a modular implementation of XML-RPC for C and C++

https://xmlrpc-c.sourceforge.net/

sudo apk add xmlrpc-c
  • License: BSD-3-Clause AND MIT
  • Architecture: x86_64
  • Source Package: xmlrpc-c
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Xmlrpc C
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xmlrpc-c from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

xmlrpc-c++ 1.51.08-r5

This library provides a modular implementation of XML-RPC for C++

https://xmlrpc-c.sourceforge.net/

sudo apk add xmlrpc-c++
  • License: BSD-3-Clause AND MIT
  • Architecture: x86_64
  • Source Package: xmlrpc-c
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Xmlrpc C
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xmlrpc-c++ from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

xmlrpc-c-abyss 1.51.08-r5

Abyss server libraries for C++

https://xmlrpc-c.sourceforge.net/

sudo apk add xmlrpc-c-abyss
  • License: BSD-3-Clause AND MIT
  • Architecture: x86_64
  • Source Package: xmlrpc-c
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Xmlrpc C
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xmlrpc-c-abyss from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment