# dc3dd mit Homebrew, apt, dnf, MacPorts, Nix, zypper installieren

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

## Installation

```sh
sudo av install brew:dc3dd
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install dc3dd
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dc3dd
```

  Evidenz: MacPorts ports tree: sysutils/dc3dd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install dc3dd
```

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

- dnf (92%):

```sh
sudo dnf install dc3dd
```

  Evidenz: Fedora Rawhide package metadata: dc3dd 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#dc3dd
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/dc/dc3dd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install dc3dd
```

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

## Paketfakten

- **Paketschlüssel:** brew:dc3dd
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/dc3dd>
- **Version:** 7.3.1
- **Quellzusammenfassung:** Patched GNU dd that is intended for forensic acquisition of data
- **Homepage:** <https://sourceforge.net/projects/dc3dd/>
- **Upstream-Dokumentation:** <https://sourceforge.net/projects/dc3dd/>
- **Lizenz:** GPL-3.0-or-later
- **Quellarchiv:** <https://downloads.sourceforge.net/project/dc3dd/dc3dd/7.3.1/dc3dd-7.3.1.zip>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- dc3dd (cli)
- dc3dd (Alias)

## Abhängigkeiten

- gettext

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 7.3.1
- lokale Daten: OK
- Upstream-Repository: https://sourceforge.net/projects/dc3dd/
- Info: No package-manager update timestamp was available.
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

dc3dd is a forensic-acquisition-oriented patch of GNU dd. Its official SourceForge description emphasizes on-the-fly hashing, split output files, pattern writing, a progress meter, and file verification, all aimed at evidence imaging workflows rather than general file copying.

### Projektgeschichte

The project tracks GNU coreutils ancestry through dd while carrying forensic changes in its own SourceForge code tree and release archives. The 7.3.1 archive ChangeLog records a long run of imaging-specific work from 2008 and 2009, followed by later maintenance releases in 2014, 2016, 2023, and the current 7.3.1 release.

### Adoptionsgeschichte

dc3dd became a package-manager-visible member of the small family of forensic dd variants. Its official file feed notes Unix-like support for the current base version and a separate Windows/Cygwin line, while the input package facts show distribution through Homebrew, Debian, Fedora, MacPorts, Nix, Ubuntu, and openSUSE.

### Wie es verwendet wird

Package users reach for dc3dd when they want dd-style acquisition with integrated hashes, verification, progress reporting, and output splitting. Those features reduce the shell glue otherwise needed around GNU dd in forensic imaging runs.

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

dc3dd matters because it is not a new imaging model; it is a conservative fork of a classic Unix primitive with forensic defaults bolted close to the copy loop. That makes it attractive to packagers and incident-response toolboxes that value scriptability and familiar dd semantics.

### Zeitleiste

- 2008: ChangeLog entries record imaging-focused features such as dynamic error recovery, split input verification, Cygwin support, and progress improvements.
- 2009: ChangeLog entries record threaded hashing/I/O, HPA/DCO detection, multiple simultaneous outputs, and hash-based verification.
- 2014: SourceForge file feed lists dc3dd 7.2.641 artifacts.
- 2016: SourceForge file feed lists Windows/Cygwin artifacts for dc3dd 7.2.646.
- 2023: SourceForge file feed lists dc3dd 7.3.1.

### Related projects

- GNU dd remains the base utility lineage; dcfldd is a closely related forensic dd variant with similar package-manager audiences.

### Quellen

- <https://sourceforge.net/projects/dc3dd>
- <https://sourceforge.net/projects/dc3dd/rss?path=/>
- <https://sourceforge.net/projects/dc3dd/files/dc3dd/7.3.1/dc3dd-7.3.1.zip/download>
- <https://sourceforge.net/p/dc3dd/code/HEAD/tree>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

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

## Andere Paketmanager-Einträge

- Debian apt - dc3dd - 7.3.1-3: normalized package name match | Debian stable package indexes: dc3dd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | patched version of GNU dd with forensic features | https://sourceforge.net/projects/dc3dd/
- Nix - dc3dd: normalized package name match | nixpkgs package indexes: pkgs/by-name/dc/dc3dd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - dc3dd - 7.3.1-2: normalized package name match | Ubuntu 24.04 LTS package indexes: dc3dd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | patched version of GNU dd with forensic features | https://dc3dd.sf.net
- dnf - dc3dd - 7.3.1-14.fc45: normalized package name match | Fedora Rawhide package metadata: dc3dd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Patched version of GNU dd for use in computer forensics | http://sourceforge.net/projects/dc3dd/
- zypper - dc3dd - 7.3.1-3.5: normalized package name match | openSUSE Tumbleweed package metadata: dc3dd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Patched dd with Computer Forensics Features | https://sourceforge.net/projects/dc3dd/
- zypper - dc3dd-lang - 7.3.1-3.5: normalized package name match | openSUSE Tumbleweed package metadata: dc3dd-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Translations for package dc3dd | https://sourceforge.net/projects/dc3dd/
- MacPorts - dc3dd: normalized package name match | MacPorts ports tree: sysutils/dc3dd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/de/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [Security and crypto packages](https://pkg.so/de/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [gettext](https://pkg.so/de/brew/gettext/) - Runtime dependency declared by Homebrew.
- [dcfldd](https://pkg.so/de/brew/dcfldd/) - Shares pkgdb curated category or tags: cli, disk-imaging, forensics, security.
- [afflib](https://pkg.so/de/brew/afflib/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [evtx](https://pkg.so/de/brew/evtx/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [ssdeep](https://pkg.so/de/brew/ssdeep/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [chainsaw](https://pkg.so/de/brew/chainsaw/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [md5deep](https://pkg.so/de/brew/md5deep/) - Shares pkgdb curated category or tags: cli, forensics, hashing, security.
- [mac-robber](https://pkg.so/de/brew/mac-robber/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [nettle](https://pkg.so/de/brew/nettle/) - Shares pkgdb curated category or tags: cli, hashing, security.
- [rhash](https://pkg.so/de/brew/rhash/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, hashing, security.

## Combined YAML source

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


## Quellen

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