# Installer cadaver avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de cadaver pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cadaver
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cadaver
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:cadaver
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.28
- **Résumé source:** Command-line client for DAV
- **Page d'accueil:** <https://notroj.github.io/cadaver/>
- **Dépôt:** <https://github.com/notroj/cadaver>
- **Dernière mise à jour:** 2026-06-22T14:02:56-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cadaver (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.28
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- 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
## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
