# 使用 Homebrew, apt, Nix, dnf 安装 datalad

查看 datalad 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install datalad
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install datalad
```

  证据: 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
```

  证据: 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
```

  证据: 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

## 软件包事实

- **软件包键:** brew:datalad
- **软件包管理器:** Homebrew
- **版本:** 1.6.1
- **来源摘要:** Data distribution geared toward scientific datasets
- **主页:** <https://www.datalad.org>
- **仓库:** <https://github.com/datalad/datalad>
- **最后更新:** 2026-07-24T21:11:54Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- datalad (别名)
- git-annex-remote-datalad (别名)
- git-annex-remote-datalad-archives (别名)
- git-annex-remote-ora (别名)
- git-annex-remote-ria (别名)
- git-credential-datalad (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

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

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

没有找到 datalad 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



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

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


## 来源

- 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
