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

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

## 安装

```sh
sudo av install brew:xmlrpc-c
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install xmlrpc-c
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install xmlrpc-c
```

  证据: MacPorts ports tree: devel/xmlrpc-c/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add xmlrpc-c
```

  证据: Alpine Linux edge package indexes: xmlrpc-c from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install xmlrpc-c
```

  证据: Fedora Rawhide package metadata: xmlrpc-c from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install libxmlrpc-c++9
```

  证据: Debian stable package indexes: libxmlrpc-c++9 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#xmlrpc_c
```

  证据: 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 apt (92%):

```sh
sudo apt install libxmlrpc-c++8-dev
```

  证据: Ubuntu 24.04 LTS package indexes: libxmlrpc-c++8-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

- zypper (92%):

```sh
sudo zypper install libxmlrpc++9
```

  证据: openSUSE Tumbleweed package metadata: libxmlrpc++9 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:xmlrpc-c
- **软件包管理器:** Homebrew
- **版本:** 1.64.03
- **来源摘要:** Lightweight RPC library (based on XML and HTTP)
- **主页:** <https://xmlrpc-c.sourceforge.io/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- xmlrpc-c-config (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.64.03
## 项目历史与用法

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.

### 来源

- <https://xmlrpc-c.sourceforge.io/>
- <https://xmlrpc-c.sourceforge.io/change.html>
- <https://xmlrpc-c.sourceforge.io/doc/>
- <https://xmlrpc-c.sourceforge.io/release.html>
- <https://xmlrpc-c.sourceforge.io/techsupp.php>


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- library-like package without higher-risk signals

## 其他软件包管理器记录

- Debian apt - libxmlrpc-c++9 - 1.59.03-10: normalized package name match | Debian stable package indexes: libxmlrpc-c++9 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight RPC library based on XML and HTTP [C++ runtime libraries] | http://xmlrpc-c.sourceforge.net
- Debian apt - libxmlrpc-c++9-dev - 1.59.03-10: normalized package name match | Debian stable package indexes: libxmlrpc-c++9-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight RPC library based on XML and HTTP [C++ development libraries] | http://xmlrpc-c.sourceforge.net
- Debian apt - libxmlrpc-core-c3-dev - 1.59.03-10: normalized package name match | Debian stable package indexes: libxmlrpc-core-c3-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight RPC library based on XML and HTTP [C development libraries] | http://xmlrpc-c.sourceforge.net
- Debian apt - libxmlrpc-core-c3t64 - 1.59.03-10: normalized package name match | Debian stable package indexes: libxmlrpc-core-c3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight RPC library based on XML and HTTP [C runtime libraries] | http://xmlrpc-c.sourceforge.net
- Debian apt - libxmlrpc-util-dev - 1.59.03-10: normalized package name match | Debian stable package indexes: libxmlrpc-util-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight RPC library based on XML and HTTP [extra development libraries] | http://xmlrpc-c.sourceforge.net
- Debian apt - libxmlrpc-util4 - 1.59.03-10: normalized package name match | Debian stable package indexes: libxmlrpc-util4 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight RPC library based on XML and HTTP [extra C runtime libraries] | http://xmlrpc-c.sourceforge.net
- Debian apt - xmlrpc-api-utils - 1.59.03-10: normalized package name match | Debian stable package indexes: xmlrpc-api-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generate C++ wrapper classes for XML-RPC servers | http://xmlrpc-c.sourceforge.net
- Nix - xmlrpc_c: normalized package name match | 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 apt - libxmlrpc-c++8-dev - 1.33.14-12build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libxmlrpc-c++8-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Lightweight RPC library based on XML and HTTP [C++ development libraries] | http://xmlrpc-c.sourceforge.net
- Ubuntu apt - libxmlrpc-c++8t64 - 1.33.14-12build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libxmlrpc-c++8t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Lightweight RPC library based on XML and HTTP [C++ runtime libraries] | http://xmlrpc-c.sourceforge.net
- Ubuntu apt - libxmlrpc-core-c3-dev - 1.33.14-12build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libxmlrpc-core-c3-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Lightweight RPC library based on XML and HTTP [C development libraries] | http://xmlrpc-c.sourceforge.net
- Ubuntu apt - libxmlrpc-core-c3t64 - 1.33.14-12build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libxmlrpc-core-c3t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Lightweight RPC library based on XML and HTTP [C runtime libraries] | http://xmlrpc-c.sourceforge.net
- Ubuntu apt - xmlrpc-api-utils - 1.33.14-12build2: normalized package name match | Ubuntu 24.04 LTS package indexes: xmlrpc-api-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generate C++ wrapper classes for XML-RPC servers | http://xmlrpc-c.sourceforge.net
- apk - xmlrpc-c - 1.51.08-r5: normalized package name match | Alpine Linux edge package indexes: xmlrpc-c from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | This library provides a modular implementation of XML-RPC for C and C++ | https://xmlrpc-c.sourceforge.net/
- apk - xmlrpc-c++ - 1.51.08-r5: normalized package name match | Alpine Linux edge package indexes: xmlrpc-c++ from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | This library provides a modular implementation of XML-RPC for C++ | https://xmlrpc-c.sourceforge.net/
- apk - xmlrpc-c-abyss - 1.51.08-r5: normalized package name match | Alpine Linux edge package indexes: xmlrpc-c-abyss from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Abyss server libraries for C++ | https://xmlrpc-c.sourceforge.net/


## Combined YAML source

View the package source record on GitHub. [combined/xmlrpc-c.yml](https://github.com/mxcl/pkgdb/blob/main/combined/xmlrpc-c.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
