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

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

## 安装

```sh
sudo av install brew:icoutils
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install icoutils
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install icoutils
```

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

### Linux

- apk (92%):

```sh
sudo apk add icoutils
```

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

- Debian apt (92%):

```sh
sudo apt install icoutils
```

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

- dnf (92%):

```sh
sudo dnf install icoutils
```

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

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

- pacman (92%):

```sh
sudo pacman -S icoutils
```

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

- zypper (92%):

```sh
sudo zypper install icoutils
```

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

## 软件包事实

- **软件包键:** brew:icoutils
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/icoutils>
- **版本:** 0.32.3
- **来源摘要:** Create and extract MS Windows icons and cursors
- **主页:** <https://www.nongnu.org/icoutils/>
- **仓库:** <https://cgit.git.savannah.gnu.org/cgit/icoutils.git>
- **上游文档:** <https://www.nongnu.org/icoutils>
- **许可证:** GPL-3.0-or-later
- **源码归档:** <https://download.savannah.gnu.org/releases/icoutils/icoutils-0.32.3.tar.bz2>
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- extresso (cli)
- genresscript (cli)
- icotool (cli)
- wrestool (cli)
- extresso (别名)
- genresscript (别名)
- icotool (别名)
- wrestool (别名)

## 依赖

- libpng

## 构建依赖

- autoconf
- automake
- libtool

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 0.32.3
- 本地数据: OK
- 上游仓库: https://www.nongnu.org/icoutils/
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

icoutils is a GPL command-line toolkit for extracting, converting, creating, and scripting Microsoft Windows icon and cursor resources on POSIX systems.

### 项目历史

The icoutils homepage identifies Oskar Liljeblad as the original creator and records copyright beginning in 1998. The project lives on NonGNU/Savannah, with Savannah's cgit repository treated by the homepage as the authoritative source when mirrors differ.

Its core tools cover different layers of Windows icon handling: icotool converts .ico and .cur files to and from PNG images, wrestool extracts icons and cursors from PE and NE executables and libraries, and extresso automates extraction/conversion through resource scripts.

### 采用历史

The Savannah release directory shows packaged source releases from 0.26.0 in 2005 through 0.32.3 in 2018. The homepage also points to Debian package pages, and the input metadata lists packaging across Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, and openSUSE.

Homebrew packages icoutils with libpng, exposing it to macOS and Linux users who need Windows resource conversion without a Windows development environment.

### 使用方式

The package is used when icons or cursor images are locked inside Windows executable formats or when PNG assets need to be assembled into .ico/.cur files for cross-platform software distribution.

The homepage states that icoutils was designed for modern POSIX-compatible systems such as Linux, making it useful in build scripts, packaging pipelines, and asset-conversion jobs.

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

icoutils is the sort of small format utility that package repositories quietly depend on: it is not glamorous, but it solves an annoying binary-resource problem with composable commands.

Its significance is strongest in cross-platform packaging, where Unix build systems need to inspect or generate Windows icon resources without bringing in a GUI resource editor.

### 时间线

- 1998: icoutils copyright begins with original author Oskar Liljeblad.
- 2005: Savannah file area lists icoutils 0.26.0 source and RPM artifacts.
- 2009: 0.27.0 and 0.28.0 source releases appear in the Savannah file area.
- 2012: 0.30.0 source release appears in the Savannah file area.
- 2017: 0.31.x and 0.32.x releases appear in the Savannah file area.
- 2018: 0.32.3 is released.

### Related projects

- Related components include libpng, GNU Autoconf, GNU Automake, GNU gettext, GNU Libtool, Gnulib, Perl, libwww-perl, Windows PE/NE resource tooling, and desktop icon/cursor conversion workflows.

### 来源

- Homebrew metadata documents formula packaging, libpng dependency, and distribution through brew.
- The NonGNU homepage documents the toolset, original author, authoritative Savannah repository, POSIX target, requirements, usage pointers, and release note location.
- The Savannah release index provides dated source release artifacts.


## 安全说明

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:** icoutils
- **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 - icoutils - 0.32.3-6: normalized package name match | Debian stable package indexes: icoutils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Create and extract MS Windows icons and cursors | https://www.nongnu.org/icoutils/
- Nix - icoutils: normalized package name match | nixpkgs package indexes: pkgs/by-name/ic/icoutils/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - icoutils - 0.32.3-4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: icoutils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Create and extract MS Windows icons and cursors | https://www.nongnu.org/icoutils/
- apk - icoutils - 0.32.3-r4: normalized package name match | Alpine Linux edge package indexes: icoutils from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Extracts and converts images in MS Windows(R) icon and cursor files. | https://www.nongnu.org/icoutils/
- apk - icoutils-doc - 0.32.3-r4: normalized package name match | Alpine Linux edge package indexes: icoutils-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Extracts and converts images in MS Windows(R) icon and cursor files. (documentation) | https://www.nongnu.org/icoutils/
- dnf - icoutils - 0.32.3-20.fc44: normalized package name match | Fedora Rawhide package metadata: icoutils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Utility for extracting and converting Microsoft icon and cursor files | http://www.nongnu.org/icoutils/
- pacman - icoutils - 0.32.3-4: normalized package name match | Arch Linux sync databases: icoutils from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Extracts and converts images in MS Windows(R) icon and cursor files. | https://www.nongnu.org/icoutils/
- zypper - icoutils - 0.32.3-3.5: normalized package name match | openSUSE Tumbleweed package metadata: icoutils from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Extracting and Converting Microsoft Icon and Cursor Files | https://www.nongnu.org/icoutils/
- MacPorts - icoutils: normalized package name match | MacPorts ports tree: graphics/icoutils/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/zh-hans/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Homebrew utility packages](https://www.automicvault.com/zh-hans/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [libpng](https://www.automicvault.com/zh-hans/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [autoconf](https://www.automicvault.com/zh-hans/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/zh-hans/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/zh-hans/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [folderify](https://www.automicvault.com/zh-hans/pkg/brew/folderify/) - Shares av.db curated category or tags: cli, graphics, icons, media.
- [iconsur](https://www.automicvault.com/zh-hans/pkg/brew/iconsur/) - Shares av.db curated category or tags: cli, graphics, icons, media.
- [graphicsmagick](https://www.automicvault.com/zh-hans/pkg/brew/graphicsmagick/) - Shares av.db curated category or tags: cli, graphics, image-conversion, media.
- [aalib](https://www.automicvault.com/zh-hans/pkg/brew/aalib/) - Shares av.db curated category or tags: cli, graphics, media.
- [alembic](https://www.automicvault.com/zh-hans/pkg/brew/alembic/) - Shares av.db curated category or tags: cli, graphics, media.
- [ansilove](https://www.automicvault.com/zh-hans/pkg/brew/ansilove/) - Shares av.db curated category or tags: cli, graphics, media.
- [batik](https://www.automicvault.com/zh-hans/pkg/brew/batik/) - Shares av.db curated category or tags: cli, graphics, media.
- [coin3d](https://www.automicvault.com/zh-hans/pkg/brew/coin3d/) - Shares av.db curated category or tags: cli, graphics, media.
- [libicns](https://www.automicvault.com/zh-hans/pkg/brew/libicns/) - Both packages work with overlapping file formats or content types. Shared terms: cli, conversion, icons, image, image-conversion.
- [png2ico](https://www.automicvault.com/zh-hans/pkg/brew/png2ico/) - Both packages work with overlapping file formats or content types. Shared terms: cli, conversion, ico, image, image-conversion.

## Combined YAML source

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