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

cadaver のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cadaver
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cadaver
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cadaver
```

  証拠: MacPorts ports tree: www/cadaver/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add cadaver
```

  証拠: Alpine Linux edge package indexes: cadaver from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install cadaver
```

  証拠: Debian stable package indexes: cadaver from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install cadaver
```

  証拠: Fedora Rawhide package metadata: cadaver from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#cadaver
```

  証拠: nixpkgs package indexes: pkgs/by-name/ca/cadaver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S cadaver
```

  証拠: Arch Linux sync databases: cadaver from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install cadaver
```

  証拠: openSUSE Tumbleweed package metadata: cadaver from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:cadaver
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/cadaver>
- **バージョン:** 0.28
- **ソース概要:** Command-line client for DAV
- **ホームページ:** <https://notroj.github.io/cadaver/>
- **リポジトリ:** <https://github.com/notroj/cadaver>
- **上流ドキュメント:** <https://notroj.github.io/cadaver/>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://notroj.github.io/cadaver/cadaver-0.28.tar.gz>
- **最終更新:** 2026-06-22T14:02:56-07:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- cadaver (cli)
- cadaver (エイリアス)

## 依存関係

- gettext
- neon
- openssl@3
- readline

## ビルド依存関係

- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.28
- マネージャ更新日: 2026-06-22
- ローカルデータ: OK
- 上流リポジトリ: https://notroj.github.io/cadaver/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

cadaver is a long-running Unix command-line WebDAV client in the tradition of interactive file-transfer tools. Its own documentation describes an ftp- and smbclient-like interface for uploading, downloading, editing, copying, moving, creating collections, manipulating properties, and working with WebDAV locks over HTTP and HTTPS.

### プロジェクトの歴史

The project is credited to Joe Orton and the README records copyright years beginning in 1999. Its NEWS file shows the tool evolving from basic open/get/put/mkcol/delete operations in the 0.2 and 0.3 era into remote globbing, mget/mput, locking, WebDAV properties, SSL support through neon, DASL/DeltaV support, and later portability and security updates.

cadaver has stayed deliberately close to the Unix terminal model: a small C client, readline-style interaction, a user rc file, netrc support, and a man page. Later releases continued maintenance rather than reinvention, including neon updates, path and character-set rewrites, proxy support, and new commands such as resumeget and head.

### 採用の歴史

cadaver became a packaging staple because it fills a narrow but durable role: scripted or interactive WebDAV access without mounting a filesystem or using a graphical client. The Homebrew input records packaging across Alpine, Debian, Fedora, Homebrew, MacPorts, Nix, Arch, Ubuntu, and openSUSE.

### 使われ方

Typical use is to run cadaver with an absolute http or https URL, then navigate and modify a WebDAV collection with commands such as ls, cd, get, put, edit, mkcol, copy, move, lock, unlock, propget, and propset. Its man page documents ~/.cadaverrc for startup commands and ~/.netrc for automatic authentication.

### パッケージ好きにとっての重要性

For package maintainers, cadaver is a classic small Unix network client: old enough to expose Autotools, gettext, readline, iconv, OpenSSL/neon, netrc, and locale wrinkles, but still useful as a regression target for WebDAV servers and packaging systems.

### タイムライン

- 1999: README copyright range begins for Joe Orton's cadaver.
- 2001: 0.21.0 adds DASL searching and DeltaV basic versioning support from the GRASE team.
- 2007: 0.22.5 updates neon for a URI parser security fix.
- 2009: 0.23.3 updates to neon 0.29.1.
- 2022: 0.24 modernizes configure scripts and supports newer neon.
- 2024: 0.26 rewrites path and character-set handling.
- 2025: 0.28 adds resumeget and head commands.

### Related projects

- cadaver is closely tied to the neon HTTP/WebDAV client library, which it uses for WebDAV, SSL, authentication, and protocol handling. Its command model is explicitly compared to BSD ftp and Samba smbclient.

### ソース

- <https://github.com/notroj/cadaver#readme>
- <https://notroj.github.io/cadaver/>
- <https://raw.githubusercontent.com/notroj/cadaver/master/NEWS>
- <https://raw.githubusercontent.com/notroj/cadaver/master/doc/cadaver.1>
- source_facts.package-manager


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

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.


## Configuration files

- Unix: ~/.cadaverrc

## Credential files

- Unix: ~/.netrc
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** cadaver
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - cadaver - 0.26+dfsg-2: normalized package name match | Debian stable package indexes: cadaver from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command-line WebDAV client | https://github.com/notroj/cadaver
- Nix - cadaver: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cadaver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cadaver - 0.24+dfsg-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: cadaver from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | command-line WebDAV client | https://github.com/notroj/cadaver
- apk - cadaver - 0.28-r0: normalized package name match | Alpine Linux edge package indexes: cadaver from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Cadaver is a command line webDAV client for Linux | http://webdav.org/cadaver/
- apk - cadaver-doc - 0.28-r0: normalized package name match | Alpine Linux edge package indexes: cadaver-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Cadaver is a command line webDAV client for Linux (documentation) | http://webdav.org/cadaver/
- dnf - cadaver - 0.28-4.fc45: normalized package name match | Fedora Rawhide package metadata: cadaver from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Command-line WebDAV client | http://www.webdav.org/cadaver/
- pacman - cadaver - 0.28-1: normalized package name match | Arch Linux sync databases: cadaver from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Command-line WebDAV client for Unix | https://notroj.github.io/cadaver/
- zypper - cadaver - 0.28-1.5: normalized package name match | openSUSE Tumbleweed package metadata: cadaver from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Command-line WebDAV client | https://notroj.github.io/cadaver/
- zypper - cadaver-lang - 0.28-1.5: normalized package name match | openSUSE Tumbleweed package metadata: cadaver-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Translations for package cadaver | https://notroj.github.io/cadaver/
- MacPorts - cadaver: normalized package name match | MacPorts ports tree: www/cadaver/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [openssl@3](https://pkg.so/ja/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/ja/brew/gettext/) - Runtime dependency declared by Homebrew.
- [neon](https://pkg.so/ja/brew/neon/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [lftp](https://pkg.so/ja/brew/lftp/) - Shares pkgdb curated category or tags: cli, file-transfer, http-client, networking.
- [duck](https://pkg.so/ja/brew/duck/) - Shares pkgdb curated category or tags: cli, file-transfer, networking, webdav.
- [davix](https://pkg.so/ja/brew/davix/) - Shares pkgdb curated category or tags: cli, file-transfer, networking, webdav.
- [magic-wormhole](https://pkg.so/ja/brew/magic-wormhole/) - Shares pkgdb curated category or tags: cli, file-transfer, networking.
- [croc](https://pkg.so/ja/brew/croc/) - Shares pkgdb curated category or tags: cli, file-transfer, networking.
- [lrzsz](https://pkg.so/ja/brew/lrzsz/) - Shares pkgdb curated category or tags: cli, file-transfer, networking.
- [ncftp](https://pkg.so/ja/brew/ncftp/) - Shares pkgdb curated category or tags: cli, file-transfer, networking.
- [sftpgo](https://pkg.so/ja/brew/sftpgo/) - Shares pkgdb curated category or tags: cli, file-transfer, networking, webdav.
- [yafc](https://pkg.so/ja/brew/yafc/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, client, command-line, file, file-transfer.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
