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

查看 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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
- **版本:** 0.28
- **来源摘要:** Command-line client for DAV
- **主页:** <https://notroj.github.io/cadaver/>
- **仓库:** <https://github.com/notroj/cadaver>
- **最后更新:** 2026-06-22T14:02:56-07:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- cadaver (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

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
## 其他软件包管理器记录

- 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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


## 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
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
