# 使用 Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt 安装 libiptcdata

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

## 安装

```sh
sudo av install brew:libiptcdata
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install libiptcdata
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libiptcdata
```

  证据: MacPorts ports tree: graphics/libiptcdata/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add libiptcdata
```

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

- dnf (92%):

```sh
sudo dnf install libiptcdata
```

  证据: Fedora Rawhide package metadata: libiptcdata 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#libiptcdata
```

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

- pacman (92%):

```sh
sudo pacman -S libiptcdata
```

  证据: Arch Linux sync databases: libiptcdata from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install libiptcdata
```

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

- Debian apt (92%):

```sh
sudo apt install libiptcdata-bin
```

  证据: Debian stable package indexes: libiptcdata-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## 软件包事实

- **软件包键:** brew:libiptcdata
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/libiptcdata>
- **版本:** 1.0.5
- **来源摘要:** Virtual package provided by libiptcdata0
- **主页:** <https://libiptcdata.sourceforge.net/>
- **仓库:** <https://github.com/ianw/libiptcdata>
- **上游文档:** <https://libiptcdata.sourceforge.net/>
- **许可证:** LGPL-2.0-only
- **源码归档:** <https://github.com/ianw/libiptcdata/releases/download/release_1_0_5/libiptcdata-1.0.5.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- iptc (cli)
- iptc (别名)

## 依赖

- gettext

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.0.5
- 本地数据: OK
- 上游仓库: https://github.com/ianw/libiptcdata
- 信息: No package-manager update timestamp was available.
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

libiptcdata is a small C library and command-line utility for reading, editing, and saving IPTC metadata in multimedia files, especially JPEG images. It packages the older IPTC Information Interchange Model metadata world into a Unix-friendly library, CLI, and bindings.

### 项目历史

The project website describes libiptcdata as David Moore's portable C library for IPTC metadata, with an iptc command-line utility and Python bindings. The README says the implementation follows the IPTC Information Interchange Model and was inspired by libexif, pairing EXIF metadata support with IPTC metadata support for image files.

The IPTC standards page says the Information Interchange Model was approved in 1991, frozen in 1997, and still used mainly through IPTC fields for photo metadata. libiptcdata arrived in that long tail of IIM usage, with version 0.1.0 released on March 1, 2005 and version 1.0.0 announced on March 21, 2007 after the API had remained stable for months.

### 采用历史

The project news records early desktop-adjacent adoption work: a March 2005 gThumb patch for JPEG comments and categories, and a March 2006 KDE kfile integration that let KDE applications use IPTC metadata. Later releases added Windows build support, internationalization improvements, Python binding fixes, and compatibility changes for Picasa.

### 使用方式

Users most often encounter libiptcdata through the iptc command, photo-management integrations, or libraries that need to inspect or update captions, keywords, copyright fields, and other IPTC datasets embedded in JPEG files. The README notes that direct raw IPTC decoding can be used beyond JPEG when an application supplies the data.

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

The package is significant because it preserves a focused C implementation of legacy photo metadata handling without pulling in a full image-management application. For distributions, it is a tiny but useful bridge between libexif-era tooling and older IPTC/IIM metadata that still appears in archives and photo workflows.

### 时间线

- 1991: IPTC approved version 1 of the Information Interchange Model.
- 1997: IPTC froze major IIM development, with later use centered largely on photo metadata fields.
- 2005-03-01: libiptcdata 0.1.0 was released as the first project release.
- 2007-03-21: libiptcdata 1.0.0 was announced with Python bindings and a stable API.
- 2009-06-05: libiptcdata 1.0.4 added an Italian translation and packaging fixes.
- 2017-04-29: The GitHub mirror records the 1.0.5 version bump.

### Related projects

- Related projects include libexif, which inspired the code structure; IPTC IIM and IPTC Photo Metadata standards; gThumb and KDE kfile integrations; and metadata tools that read EXIF, IPTC, and XMP side by side.

### 来源

- <https://github.com/ianw/libiptcdata/tags>
- <https://iptc.org/standards/iim/>
- <https://libiptcdata.sourceforge.net/>
- <https://raw.githubusercontent.com/ianw/libiptcdata/master/README>


## 安全说明

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:** libiptcdata
- **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

## 其他软件包管理器记录

- Debian apt - libiptcdata-bin - 1.0.5-2.4: normalized package name match | Debian stable package indexes: libiptcdata-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library to parse IPTC metadata (programs) | https://github.com/ianw/libiptcdata
- Debian apt - libiptcdata-doc - 1.0.5-2.4: normalized package name match | Debian stable package indexes: libiptcdata-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library to parse IPTC metadata (documentation) | https://github.com/ianw/libiptcdata
- Debian apt - libiptcdata0 - 1.0.5-2.4: normalized package name match | Debian stable package indexes: libiptcdata0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library to parse IPTC metadata | https://github.com/ianw/libiptcdata
- Debian apt - libiptcdata0-dbg - 1.0.5-2.4: normalized package name match | Debian stable package indexes: libiptcdata0-dbg from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library to parse IPTC metadata (debug files) | https://github.com/ianw/libiptcdata
- Debian apt - libiptcdata0-dev - 1.0.5-2.4: normalized package name match | Debian stable package indexes: libiptcdata0-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library to parse IPTC metadata (development files) | https://github.com/ianw/libiptcdata
- Nix - libiptcdata: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libiptcdata/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libiptcdata-bin - 1.0.5-2.3ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: libiptcdata-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library to parse IPTC metadata (programs) | https://github.com/ianw/libiptcdata
- Ubuntu apt - libiptcdata-doc - 1.0.5-2.3ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: libiptcdata-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library to parse IPTC metadata (documentation) | https://github.com/ianw/libiptcdata
- Ubuntu apt - libiptcdata0 - 1.0.5-2.3ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: libiptcdata0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library to parse IPTC metadata | https://github.com/ianw/libiptcdata
- Ubuntu apt - libiptcdata0-dbg - 1.0.5-2.3ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: libiptcdata0-dbg from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library to parse IPTC metadata (debug files) | https://github.com/ianw/libiptcdata
- Ubuntu apt - libiptcdata0-dev - 1.0.5-2.3ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: libiptcdata0-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Library to parse IPTC metadata (development files) | https://github.com/ianw/libiptcdata
- apk - libiptcdata - 1.0.5-r1: normalized package name match | Alpine Linux edge package indexes: libiptcdata from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | libiptcdata is a C library for manipulating IPTC metadata within multimedia | https://github.com/ianw/libiptcdata
- apk - libiptcdata-dev - 1.0.5-r1: normalized package name match | Alpine Linux edge package indexes: libiptcdata-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | libiptcdata is a C library for manipulating IPTC metadata within multimedia (development files) | https://github.com/ianw/libiptcdata
- apk - libiptcdata-doc - 1.0.5-r1: normalized package name match | Alpine Linux edge package indexes: libiptcdata-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | libiptcdata is a C library for manipulating IPTC metadata within multimedia (documentation) | https://github.com/ianw/libiptcdata
- dnf - libiptcdata - 1.0.5-27.fc45: normalized package name match | Fedora Rawhide package metadata: libiptcdata from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | IPTC tag library | https://github.com/ianw/libiptcdata
- dnf - libiptcdata-devel - 1.0.5-27.fc45: normalized package name match | Fedora Rawhide package metadata: libiptcdata-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Headers and libraries for libiptcdata application development | https://github.com/ianw/libiptcdata


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/zh-hans/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Package ecosystem packages](https://pkg.so/zh-hans/package-ecosystem-tools/) - Matched package manager, installer, dependency, registry, or publishing metadata.
- [gettext](https://pkg.so/zh-hans/brew/gettext/) - Runtime dependency declared by Homebrew.
- [exempi](https://pkg.so/zh-hans/brew/exempi/) - Shares pkgdb curated category or tags: cli, image-metadata, library, media, metadata.
- [exiftool](https://pkg.so/zh-hans/brew/exiftool/) - Shares pkgdb curated category or tags: cli, image-metadata, media, metadata.
- [exiv2](https://pkg.so/zh-hans/brew/exiv2/) - Shares pkgdb curated category or tags: cli, iptc, media, metadata.
- [exif](https://pkg.so/zh-hans/brew/exif/) - Shares pkgdb curated category or tags: cli, image-metadata, media, metadata.
- [media-info](https://pkg.so/zh-hans/brew/media-info/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [atomicparsley](https://pkg.so/zh-hans/brew/atomicparsley/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [dovi_tool](https://pkg.so/zh-hans/brew/dovi-tool/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [rsgain](https://pkg.so/zh-hans/brew/rsgain/) - Shares pkgdb curated category or tags: cli, media, metadata.
- [geeqie](https://pkg.so/zh-hans/brew/geeqie/) - Both packages work with overlapping file formats or content types. Shared terms: cli, gettext, image, media, metadata.

## Combined YAML source

View the package source record on GitHub. [combined/libiptcdata.yml](https://github.com/mxcl/pkgdb/blob/main/combined/libiptcdata.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
