# libdicom を Homebrew, dnf, MacPorts, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:libdicom
```

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

### macOS

- Homebrew (100%):

```sh
brew install libdicom
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libdicom
```

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

### Linux

- dnf (92%):

```sh
sudo dnf install libdicom
```

  証拠: Fedora Rawhide package metadata: libdicom from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#libdicom
```

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

- pacman (92%):

```sh
sudo pacman -S libdicom
```

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

## パッケージ情報

- **パッケージキー:** brew:libdicom
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/libdicom>
- **バージョン:** 1.3.0
- **ソース概要:** DICOM WSI read library
- **ホームページ:** <https://github.com/ImagingDataCommons/libdicom>
- **リポジトリ:** <https://github.com/ImagingDataCommons/libdicom>
- **上流ドキュメント:** <https://libdicom.readthedocs.io/en/latest>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/ImagingDataCommons/libdicom/releases/download/v1.3.0/libdicom-1.3.0.tar.xz>
- **最終更新:** 2026-06-06T14:20:17Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- dcm-dump (cli)
- dcm-getframe (cli)
- dcm-dump (エイリアス)
- dcm-getframe (エイリアス)

## 依存関係

- uthash

## ビルド依存関係

- meson
- ninja

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.3.0
- マネージャ更新日: 2026-06-06
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/ImagingDataCommons/libdicom
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

libdicom is an Imaging Data Commons C library and command-line tool set for reading DICOM whole-slide imaging files. It is a newer, focused medical-imaging package built around fast metadata/frame access rather than general image rendering.

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

The upstream README describes libdicom as a free, MIT-licensed, fast, cross-platform, dependency-light C library and command-line toolkit for DICOM WSI files. It returns compressed frame data rather than RGB pixel arrays, and points users who want image processing toward OpenSlide 4.0 and later.

GitHub release notes show 1.0.x, 1.1.0, and 1.2.0 release-candidate work with fixes for memory use, thread-safety documentation, pointer ownership, DICOM catenation support, faster reads for files with an Extended Offset Table, and command-line behavior improvements.

### 採用の歴史

The package's adoption story is tightly connected to DICOM WSI and OpenSlide. The README states that OpenSlide 4.0 and later use libdicom to implement DICOM support, making libdicom a small but important bridge between medical-imaging standards and common open-source slide tooling.

### 使われ方

Developers use the C API or Python bindings to inspect metadata and read compressed frame payloads from DICOM WSI files. Command-line users get dcm-dump for structured inspection and dcm-getframe for frame extraction workflows.

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

libdicom is package-nerd interesting because it is a specialized C dependency created for a standards-heavy domain, has no broad dependency stack of its own, and lets larger imaging tools support DICOM WSI without each implementing frame indexing and parsing independently.

### タイムライン

- 2023: OpenSlide 4.0 adoption of libdicom for DICOM WSI support was described in the libdicom README image/context.
- 2024: libdicom 1.1.0 release notes recorded memory-use, docs, pointer-ownership, and thread-safety improvements.
- 2025: libdicom 1.2.0-rc1 release notes added DICOM catenation support and faster reads for files with an Extended Offset Table but no fragmented-pixel-data sequence.
- 2026: The README build example referenced libdicom 1.3.0 source-tree naming.

### Related projects

- Imaging Data Commons is the upstream organization. OpenSlide 4.0 and later are the most important adjacent consumer named by upstream, while pylibdicom provides Python access to the C library.

### ソース

- <https://github.com/ImagingDataCommons/libdicom>
- <https://github.com/ImagingDataCommons/libdicom/releases>
- <https://libdicom.readthedocs.io/en/latest>
- <https://raw.githubusercontent.com/ImagingDataCommons/libdicom/main/README.md>


## セキュリティノート

library-like package without higher-risk signals.

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

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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libdicom
- **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 - libdicom: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libdicom/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - libdicom - 1.3.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: libdicom from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | C library and tools for reading DICOM data sets | https://github.com/ImagingDataCommons/libdicom
- dnf - libdicom-devel - 1.3.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: libdicom-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for libdicom | https://github.com/ImagingDataCommons/libdicom
- dnf - libdicom-doc - 1.3.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: libdicom-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Documentation for libdicom | https://github.com/ImagingDataCommons/libdicom
- dnf - libdicom-tools - 1.3.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: libdicom-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Tools for decoding DICOM files | https://github.com/ImagingDataCommons/libdicom
- pacman - libdicom - 1.3.0-1: normalized package name match | Arch Linux sync databases: libdicom from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | C library and tools for reading DICOM data sets | https://github.com/ImagingDataCommons/libdicom
- MacPorts - libdicom: normalized package name match | MacPorts ports tree: science/libdicom/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://www.automicvault.com/ja/pkg/scientific-computing-tools/) - Matched scientific computing metadata.
- [meson](https://www.automicvault.com/ja/pkg/brew/meson/) - Build dependency declared by Homebrew.
- [ninja](https://www.automicvault.com/ja/pkg/brew/ninja/) - Build dependency declared by Homebrew.
- [openslide](https://www.automicvault.com/ja/pkg/brew/openslide/) - Popular package that depends on this formula.
- [gdcm](https://www.automicvault.com/ja/pkg/brew/gdcm/) - Shares av.db curated category or tags: cli, dicom, medical-imaging, science.
- [dcm2niix](https://www.automicvault.com/ja/pkg/brew/dcm2niix/) - Shares av.db curated category or tags: cli, dicom, medical-imaging, science.
- [dcmtk](https://www.automicvault.com/ja/pkg/brew/dcmtk/) - Shares av.db curated category or tags: cli, dicom, medical-imaging, science.
- [itk](https://www.automicvault.com/ja/pkg/brew/itk/) - Shares av.db curated category or tags: cli, medical-imaging, science.
- [abpoa](https://www.automicvault.com/ja/pkg/brew/abpoa/) - Shares av.db curated category or tags: c-library, cli, science.
- [calceph](https://www.automicvault.com/ja/pkg/brew/calceph/) - Shares av.db curated category or tags: c-library, cli, science.
- [cddlib](https://www.automicvault.com/ja/pkg/brew/cddlib/) - Shares av.db curated category or tags: c-library, cli, science.

## Combined YAML source

View the package source record on GitHub. [combined/libdicom.yml](https://github.com/automic-vault/db/blob/main/combined/libdicom.yml)


## ソース

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