macOS
brew install libiconvlocal Homebrew formula metadata
sudo port install libiconvMacPorts ports tree · textproc/libiconv/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für libiconv in AI-Agent-Workflows.
Installation
brew install libiconvlocal Homebrew formula metadata
sudo port install libiconvMacPorts ports tree · textproc/libiconv/Portfile · Quelle: api.github.com
nix profile install nixpkgs#libiconvnixpkgs package indexes · libiconv · Quelle: raw.githubusercontent.com
sudo pacman -S libiconvArch Linux sync databases · libiconv · Quelle: geo.mirror.pkgbuild.com
scoop install main/iconvScoop official bucket manifest trees · bucket/iconv.json · Quelle: api.github.com
Überblick
Conversion library
Verlauf
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.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
iconv | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://www.gnu.org/software/libiconv/
Installationsmetadaten
| Paketschlüssel | brew:libiconv |
|---|---|
| Version | 1.19 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/libiconv |
| Homepage | https://www.gnu.org/software/libiconv/ |
| Repository | https://git.savannah.gnu.org/git/libiconv.git |
| Upstream-Dokumentation | https://www.gnu.org/software/libiconv |
| Lizenz | GPL-3.0-or-later AND LGPL-2.0-or-later |
| Quellarchiv | https://ftpmirror.gnu.org/gnu/libiconv/libiconv-1.19.tar.gz |
| Build-Abhängigkeiten | autoconf, automake |
| Von macOS bereitgestellte Bibliotheken | gperf |
| Bottle | verfügbar (auf arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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/iconvQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.