# 使用 Homebrew, dnf, MacPorts, Nix, pacman, apt, zypper 安装 xrootd

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

## 安装

```sh
sudo av install brew:xrootd
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install xrootd
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install xrootd
```

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

### Linux

- dnf (92%):

```sh
sudo dnf install xrootd
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#xrootd
```

  证据: nixpkgs package indexes: pkgs/by-name/xr/xrootd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S xrootd
```

  证据: Arch Linux sync databases: xrootd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install libxrdapputils2t64
```

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

- zypper (92%):

```sh
sudo zypper install xrootd-client
```

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

## 软件包事实

- **软件包键:** brew:xrootd
- **软件包管理器:** Homebrew
- **版本:** 6.1.0
- **来源摘要:** High performance, scalable, fault-tolerant access to data
- **主页:** <https://xrootd.org/>
- **仓库:** <https://github.com/xrootd/xrootd>
- **最后更新:** 2026-06-26T16:10:00-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- cconfig (别名)
- cmsd (别名)
- frm_admin (别名)
- frm_purged (别名)
- frm_xfragent (别名)
- frm_xfrd (别名)
- mpxstats (别名)
- wait41 (别名)
- xrdacctest (别名)
- xrdadler32 (别名)
- xrdcks (别名)
- xrdcopy (别名)
- xrdcp (别名)
- xrdcrc32c (别名)
- xrdfs (别名)
- xrdgsiproxy (别名)
- xrdgsitest (别名)
- xrdmapc (别名)
- xrdpfc_print (别名)
- xrdpinls (别名)
- xrdpwdadmin (别名)
- xrdreplay (别名)
- xrdsssadmin (别名)
- xrootd (别名)
- xrootd-config (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

XRootD is a high-performance distributed data-access and storage framework born in high-energy physics. It provides the protocol, servers, clients, plugins, and command-line tools used to move and access massive datasets across disk, tape, remote sites, and storage backends.

### 项目历史

The official XRootD site and README trace the project to the High Energy Physics community's need to satisfy the BaBar experiment's data storage and access requirements at SLAC. It was later extended for Large Hadron Collider experiments at CERN, where the same design pressures became much larger: remote access, federated storage, fault tolerance, and throughput at scientific scale.

The name expands to eXtended ROOT Daemon, reflecting its ROOT/HEP origins, but the modern project is broader than a single experiment or file format. The current documentation describes a scalable architecture with multi-protocol communications, plugins, authentication and authorization methods, erasure-coded files, and integration with storage systems such as Ceph.

### 采用历史

XRootD became infrastructure for the Worldwide LHC Computing Grid era because LHC experiments needed data access that could span institutes, national labs, and storage technologies. The official README states that XRootD powers CERN's EOS distributed filesystem, which is used by LHC experiments and backs CERNBox.

Adoption moved beyond one site through distribution channels and ecosystem bindings. The project documents installation via RPM and DEB repositories, distro packages, Homebrew, conda-forge, and PyPI bindings, which reflects how XRootD serves both storage administrators and analysis users who only need clients such as `xrdcp` or Python bindings.

### 使用方式

Administrators deploy XRootD servers and cluster-management components to expose distributed storage, configure authentication, proxying, monitoring, federation, and backend storage plugins. The package includes daemons such as `xrootd` and `cmsd` plus many administrative and diagnostic commands.

Data users most often encounter the client side: `xrdcp` for copying files, `xrdfs` for filesystem-like operations, checksum tools, Python bindings, and experiment frameworks that open files remotely through the XRootD protocol rather than first staging full datasets locally.

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

XRootD is one of the clearest examples of scientific infrastructure hidden behind a package name. Installing it may provide a single CLI for a laptop user, but the same source tree also underpins globally federated data access for particle-physics workloads.

It matters to package nerds because it packages a protocol ecosystem: daemons, client commands, C++ libraries, Python bindings, config grammar, docs, and site policies all have to line up across long-lived Linux distributions, macOS workstations, and scientific clusters.

### 时间线

- Early 2000s: XRootD is initially developed in the HEP community for BaBar data access at SLAC.
- LHC era: The project is extended for Large Hadron Collider experiment data access at CERN.
- 2010s: XRootD becomes part of WLCG-style federated data access and storage operations.
- 2020: XRootD 5.x documentation and package channels support modern client/server deployments.
- 2026: XRootD 6.x releases and documentation continue, with official packages and bindings across RPM, DEB, Homebrew, conda-forge, and PyPI.

### Related projects

- ROOT is the original high-energy-physics data ecosystem behind the XRootD name.
- EOS is CERN's distributed filesystem powered by XRootD technology.
- CERNBox uses EOS, and therefore indirectly depends on XRootD as storage infrastructure.
- Ceph is a storage system XRootD can integrate with through plugins or deployments.
- WLCG data-management tooling commonly uses XRootD clients and third-party copy workflows.

### 来源

- <https://cds.cern.ch/record/2919257/files/document.pdf>
- <https://github.com/xrootd/xrootd>
- <https://raw.githubusercontent.com/xrootd/xrootd/master/README.md>
- <https://xrootd.org/>
- <https://xrootd.org/docs.html>


## 安全说明

没有找到 xrootd 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


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

- Debian apt - libxrdapputils2t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdapputils2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Utilities library for xrootd applications | https://xrootd.web.cern.ch/
- Debian apt - libxrdcephposix0 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdcephposix0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ceph posix library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdcl3t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdcl3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Client library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdcrypto2t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdcrypto2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Cryptograpic library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdcryptolite2t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdcryptolite2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Light version of cryptograpic library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdec1t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdec1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Erasure code library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdffs3t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdffs3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | File protocol library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdhttputils2t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdhttputils2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | HTTP protocol utilities library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdposix3t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdposix3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Posix interface library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdserver3t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdserver3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Server library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdssilib2t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdssilib2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Server internals library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdssishmap2t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdssishmap2t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Server internals library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdutils3t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdutils3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Utilities library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrdxml3t64 - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrdxml3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | XML library for xrootd | https://xrootd.web.cern.ch/
- Debian apt - libxrootd-client-dev - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrootd-client-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for xrootd clients | https://xrootd.web.cern.ch/
- Debian apt - libxrootd-dev - 5.8.1-1: normalized package name match | Debian stable package indexes: libxrootd-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for xrootd | https://xrootd.web.cern.ch/


## Combined YAML source

View the package source record on GitHub. [combined/xrootd.yml](https://github.com/mxcl/pkgdb/blob/main/combined/xrootd.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
