# dmg2img mit Homebrew, apk, apt, dnf, MacPorts, Nix, scoop installieren

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

## Installation

```sh
sudo av install brew:dmg2img
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install dmg2img
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dmg2img
```

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

### Linux

- apk (92%):

```sh
sudo apk add dmg2img
```

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

- Debian apt (92%):

```sh
sudo apt install dmg2img
```

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

- dnf (92%):

```sh
sudo dnf install dmg2img
```

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

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

### Windows

- Scoop (92%):

```sh
scoop install main/dmg2img
```

  Evidenz: Scoop official bucket manifest trees: bucket/dmg2img.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:dmg2img
- **Paketmanager:** Homebrew
- **Version:** 1.6.7
- **Quellzusammenfassung:** Utilities for converting macOS DMG images
- **Homepage:** <http://vu1tur.eu.org/tools/>
- **Zuletzt aktualisiert:** 2026-07-10T19:03:07-04:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- dmg2img (Alias)
- vfdecrypt (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

dmg2img is a small command-line converter for turning Apple compressed DMG disk images into standard HFS+ image files. Its package-manager appeal is that it gives Unix and Windows users a narrow, scriptable way to inspect or convert macOS disk images without Apple's Disk Utility.

### Projektgeschichte

The original project is published from the vu1tur.eu.org tools page, whose dmg2img page describes the tool and carries the upstream changelog. The maintained GitHub tree says it imports the original dmg2img code and tarballs, while Peter Wu's maintenance branch adds bug fixes, security fixes, and other enhancements.

### Adoptionsgeschichte

dmg2img became useful in packaging and recovery workflows because DMG files are common distribution containers for macOS software, but package builders and Linux users often need ordinary image output. Its small C utility shape makes it easy for package managers to ship alongside tools such as vfdecrypt.

### Wie es verwendet wird

Typical use is a one-shot conversion from a .dmg input to an .img output, followed by mounting or extracting the resulting filesystem image with platform tools. The maintained README also documents optional build support for newer compression handling such as LZFSE.

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

Package nerds care about dmg2img because it is the boring glue that lets non-macOS build and forensic environments handle Apple's disk-image packaging format without a large desktop stack.

### Zeitleiste

- 2017: The upstream changelog lists dmg2img 1.6.7.
- 2020: The maintained GitHub tree records imported upstream code plus maintenance fixes.

### Related projects

- vfdecrypt is shipped with dmg2img for encrypted DMG workflows.
- Apple's Disk Utility and hdiutil cover similar disk-image work on macOS.

### Quellen

- <https://vu1tur.eu.org/dmg2img>
- <https://github.com/Lekensteyn/dmg2img>


## Sicherheitshinweise

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

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Andere Paketmanager-Einträge

- Debian apt - dmg2img - 1.6.7+git20201227.a3e4134-0.1: normalized package name match | Debian stable package indexes: dmg2img from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Tool for converting compressed dmg files to hfsplus images | http://vu1tur.eu.org/tools/
- Nix - dmg2img: normalized package name match | nixpkgs package indexes: pkgs/by-name/dm/dmg2img/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - dmg2img - 1.6.7-1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: dmg2img from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Tool for converting compressed dmg files to hfsplus images | http://vu1tur.eu.org/tools/
- apk - dmg2img - 1.6.7-r1: normalized package name match | Alpine Linux edge package indexes: dmg2img from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A CLI tool to uncompress Apple's compressed DMG files to the HFS+ IMG format | http://vu1tur.eu.org/tools/
- dnf - dmg2img - 1.6.7-34.20201227gita3e4134.fc45: normalized package name match | Fedora Rawhide package metadata: dmg2img from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Uncompress the Apple compressed disk image files | http://vu1tur.eu.org/tools/
- MacPorts - dmg2img: normalized package name match | MacPorts ports tree: sysutils/dmg2img/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/dmg2img: normalized package name match | Scoop official bucket manifest trees: bucket/dmg2img.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

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