macOS
brew install libiconvlocal Homebrew formula metadata
sudo port install libiconvMacPorts ports tree · textproc/libiconv/Portfile · ソース: api.github.com
brew
libiconv のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install libiconvlocal Homebrew formula metadata
sudo port install libiconvMacPorts ports tree · textproc/libiconv/Portfile · ソース: api.github.com
nix profile install nixpkgs#libiconvnixpkgs package indexes · libiconv · ソース: raw.githubusercontent.com
sudo pacman -S libiconvArch Linux sync databases · libiconv · ソース: geo.mirror.pkgbuild.com
scoop install main/iconvScoop official bucket manifest trees · bucket/iconv.json · ソース: api.github.com
概要
Conversion library
履歴
GNU libiconv is the GNU character-set conversion library for systems that lack a usable iconv implementation or lack Unicode-capable conversions.
The GNU project page frames libiconv around the internet-era problem of moving text among Unicode and older language- or country-dependent encodings. It provides both the iconv() library interface and an iconv command-line program.
GNU libiconv's long-term role has been portability rather than novelty: it supplies consistent conversion support on platforms where libc iconv is absent, incomplete, or not compatible with the encodings an application needs.
The package became common in Unix packaging because many projects use Autoconf tests for iconv and need a fallback on macOS, BSD, Windows ports, or older commercial Unix systems.
The GNU documentation explicitly calls out GNU gettext integration and the circular first-install relationship between gettext and libiconv on some systems, which is why packagers often care about bootstrap order.
Developers link against libiconv through iconv_open, iconv, and iconv_close, while users can call the iconv program to convert files or streams between encodings. Build systems commonly surface it through LIBICONV or LTLIBICONV substitutions.
libiconv is one of the classic portability packages: invisible when libc has enough charset support, essential when it does not. It also exposes subtle packaging choices around libc replacement, gettext, locale charsets, and whether a dependency should use the system iconv or GNU's implementation.
For package maintainers, it is a reminder that text encoding is infrastructure. A tiny mismatch in iconv availability can decide whether internationalized software builds or produces correct output.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
iconv | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.gnu.org/software/libiconv/
インストールメタデータ
| パッケージキー | brew:libiconv |
|---|---|
| バージョン | 1.19 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/libiconv |
| ホームページ | https://www.gnu.org/software/libiconv/ |
| リポジトリ | https://git.savannah.gnu.org/git/libiconv.git |
| 上流ドキュメント | https://www.gnu.org/software/libiconv |
| ライセンス | GPL-3.0-or-later AND LGPL-2.0-or-later |
| ソースアーカイブ | https://ftpmirror.gnu.org/gnu/libiconv/libiconv-1.19.tar.gz |
| ビルド依存関係 | autoconf, automake |
| macOS 提供ライブラリ | gperf |
| Bottle | 利用可能 (対象 arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libiconv |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libiconv
nix profile install nixpkgs#libiconvlibiconv 1.19-1
GNU charset conversion library
http://www.gnu.org/software/libiconv/
sudo pacman -S libiconvlibiconv
sudo port install libiconviconv
nix profile install nixpkgs#iconvmain/iconv
scoop install main/iconvソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.