# ddrescue を Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper でインストール

ddrescue のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:ddrescue
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ddrescue
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ddrescue
```

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

### Linux

- apk (92%):

```sh
sudo apk add ddrescue
```

  証拠: Alpine Linux edge package indexes: ddrescue from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install ddrescue
```

  証拠: Fedora Rawhide package metadata: ddrescue 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#ddrescue
```

  証拠: nixpkgs package indexes: pkgs/by-name/dd/ddrescue/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S ddrescue
```

  証拠: Arch Linux sync databases: ddrescue from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install dd_rescue
```

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

## パッケージ情報

- **パッケージキー:** brew:ddrescue
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/ddrescue>
- **バージョン:** 1.30
- **ソース概要:** GNU data recovery tool
- **ホームページ:** <https://www.gnu.org/software/ddrescue/ddrescue.html>
- **上流ドキュメント:** <https://www.gnu.org/software/ddrescue/ddrescue.html>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://ftpmirror.gnu.org/gnu/ddrescue/ddrescue-1.30.tar.lz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- ddrescue (cli)
- ddrescuelog (cli)
- ddrescue (エイリアス)
- ddrescuelog (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.30
- ローカルデータ: OK
- 上流リポジトリ: https://www.gnu.org/software/ddrescue/ddrescue.html
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

GNU ddrescue is a data-recovery command-line tool for copying data from failing disks, optical media, or files while tracking progress in a mapfile. Its package identity is built around one job: rescue readable blocks first, keep a resumable record, and return for the difficult areas later.

### プロジェクトの歴史

GNU ddrescue was written by Antonio Diaz Diaz and became part of the GNU software collection. The official manual describes its automatic rescue operation, non-truncating output behavior, and mapfile-driven resume strategy, all of which distinguish it from simpler dd-style copying.

### 採用の歴史

The tool became a standard package in recovery-oriented Unix toolkits because it is scriptable, resumable, and cautious around damaged input. Official GNU release announcements continued through the 1.x line, including the 1.30 release announcement in January 2026.

### 使われ方

Typical usage images a damaged device to a safer target while writing a mapfile, then reruns the command to retry missing or bad areas. The companion ddrescuelog tool works with mapfiles for inspecting, converting, and managing rescue state.

### パッケージ好きにとっての重要性

ddrescue matters to package nerds because it is the recovery tool people hope they installed before hardware starts failing. It also sits in a confusing namespace with similarly named tools, so the GNU package name, executable names, manual, and Savannah source location are important for correct curation.

### タイムライン

- 2004: GNU ddrescue's early public release era begins.
- 2007: GNU ddrescue is already established enough for public interviews and release announcements around the 1.x line.
- 2024: GNU ddrescue 1.28 appears in downstream package-update announcements.
- 2026: GNU ddrescue 1.30 announced on the GNU info list.

### Related projects

- ddrescuelog is distributed with GNU ddrescue for mapfile inspection and manipulation.
- dd_rescue and dd-rhelp are historically related names often contrasted with GNU ddrescue.
- GNU coreutils dd is the simpler block-copying tool whose limitations often motivate use of ddrescue.

### ソース

- <https://www.gnu.org/software/ddrescue/ddrescue.html>
- <https://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html>
- <https://lists.gnu.org/archive/html/info-gnu/2026-01/msg00001.html>
- <https://savannah.gnu.org/cvs?group=ddrescue>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ddrescue
- **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

## 他のパッケージマネージャ記録

- Nix - ddrescue: normalized package name match | nixpkgs package indexes: pkgs/by-name/dd/ddrescue/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - ddrescue - 1.30-r0: normalized package name match | Alpine Linux edge package indexes: ddrescue from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Data recovery tool for block devices with errors | https://www.gnu.org/s/ddrescue/ddrescue.html
- apk - ddrescue-doc - 1.30-r0: normalized package name match | Alpine Linux edge package indexes: ddrescue-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Data recovery tool for block devices with errors (documentation) | https://www.gnu.org/s/ddrescue/ddrescue.html
- dnf - ddrescue - 1.30-4.fc45: normalized package name match | Fedora Rawhide package metadata: ddrescue from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Data recovery tool trying hard to rescue data in case of read errors | http://www.gnu.org/software/ddrescue/ddrescue.html
- pacman - ddrescue - 1.30-2: normalized package name match | Arch Linux sync databases: ddrescue from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | GNU data recovery tool | https://www.gnu.org/software/ddrescue/ddrescue.html
- zypper - dd_rescue - 1.99.22-1.5: normalized package name match | openSUSE Tumbleweed package metadata: dd_rescue from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Data copying in the presence of I/O Errors | http://www.garloff.de/kurt/linux/ddrescue/
- MacPorts - ddrescue: normalized package name match | MacPorts ports tree: sysutils/ddrescue/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/ja/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [Web development packages](https://pkg.so/ja/web-dev-tools/) - Matched web development metadata.
- [par2](https://pkg.so/ja/brew/par2/) - Shares pkgdb curated category or tags: cli, data-recovery, system.
- [lziprecover](https://pkg.so/ja/brew/lziprecover/) - Shares pkgdb curated category or tags: cli, data-recovery, system.
- [recoverpy](https://pkg.so/ja/brew/recoverpy/) - Shares pkgdb curated category or tags: cli, data-recovery, system.
- [testdisk](https://pkg.so/ja/brew/testdisk/) - Shares pkgdb curated category or tags: cli, data-recovery, disk-recovery, system.
- [coreutils](https://pkg.so/ja/brew/coreutils/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [bash](https://pkg.so/ja/brew/bash/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [glibc](https://pkg.so/ja/brew/glibc/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [bc](https://pkg.so/ja/brew/bc/) - Shares pkgdb curated category or tags: cli, gnu, system.
- [gzip](https://pkg.so/ja/brew/gzip/) - Local package facts share a topical domain. Shared terms: cli, data, gnu, system.

## Combined YAML source

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


## ソース

- 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
