# datalad mit Homebrew, apt, Nix, dnf installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für datalad in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:datalad
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install datalad
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install datalad
```

  Evidenz: Debian stable package indexes: datalad from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#datalad
```

  Evidenz: nixpkgs package indexes: datalad from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- dnf (92%):

```sh
sudo dnf install python3-datalad
```

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

## Paketfakten

- **Paketschlüssel:** brew:datalad
- **Paketmanager:** Homebrew
- **Version:** 1.6.1
- **Quellzusammenfassung:** Data distribution geared toward scientific datasets
- **Homepage:** <https://www.datalad.org>
- **Repository:** <https://github.com/datalad/datalad>
- **Zuletzt aktualisiert:** 2026-07-24T21:11:54Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- datalad (Alias)
- git-annex-remote-datalad (Alias)
- git-annex-remote-datalad-archives (Alias)
- git-annex-remote-ora (Alias)
- git-annex-remote-ria (Alias)
- git-credential-datalad (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.6.1
## Projektgeschichte und Nutzung

DataLad is a command-line and Python data-management system for datasets that need versioning, publication, and retrieval rather than only local storage.

### Projektgeschichte

The project grew around the idea that scientific datasets could use Git-style versioning while delegating large-file content management to git-annex. Its technical documentation frames DataLad as a CLI and Python API, with the public changelog showing early 0.x releases in 2015 and continuing through 1.x releases.

### Adoptionsgeschichte

DataLad adoption is strongest in research-data workflows where datasets, provenance, and distributed storage matter. The handbook emphasizes compatibility with Git and git-annex, making it attractive to users who already understand repository-based collaboration but need large-file logistics.

### Wie es verwendet wird

Package users care about the `datalad` command because it can create, clone, publish, and retrieve dataset content while leaving the underlying repository usable with ordinary Git and git-annex commands.

### Warum Paket-Nerds sich dafür interessieren

DataLad is notable in package-manager catalogs because it packages a research-data workflow stack into a Unix-style CLI, bridging Git, git-annex, metadata, and reproducibility tooling.

### Zeitleiste

- 2015: DataLad 0.1 appears in the official changelog.
- 2024: DataLad reaches the 1.0 series.
- 2026: The official documentation continues to publish 1.x releases.

### Related projects

- Git and git-annex are core related projects because DataLad datasets are Git repositories and DataLad uses git-annex for file content tracking and transport.

### Quellen

- <https://docs.datalad.org/en/stable>
- <https://docs.datalad.org/en/stable/changelog.html>
- <https://handbook.datalad.org/en/latest/basics/101-180-FAQ.html>


## Sicherheitshinweise

Für datalad wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## 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: ~/.gitconfig, .git/config, .datalad/config
## Andere Paketmanager-Einträge

- Debian apt - datalad - 1.1.5-2.1: normalized package name match | Debian stable package indexes: datalad from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | data files management and distribution platform | https://datalad.org
- Debian apt - python3-datalad - 1.1.5-2.1: normalized package name match | Debian stable package indexes: python3-datalad from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | data files management and distribution platform | https://datalad.org
- Nix - datalad: normalized package name match | nixpkgs package indexes: datalad from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- dnf - python3-datalad - 1.6.1-1.fc45: normalized package name match | Fedora Rawhide package metadata: python3-datalad from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Keep code, data, containers under control with git and git-annex | https://github.com/datalad/datalad


## Combined YAML source

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


## Quellen

- 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
