# xrootd を Homebrew, dnf, MacPorts, Nix, pacman, apt, zypper でインストール

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


## 他のパッケージマネージャ記録

- 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
