# gucharmap mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gucharmap in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:gucharmap
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install gucharmap
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gucharmap
```

  Evidenz: MacPorts ports tree: gnome/gucharmap/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gucharmap
```

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

- Debian apt (92%):

```sh
sudo apt install gucharmap
```

  Evidenz: Debian stable package indexes: gucharmap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install gucharmap
```

  Evidenz: Fedora Rawhide package metadata: gucharmap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#gucharmap
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/gu/gucharmap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gucharmap
```

  Evidenz: Arch Linux sync databases: gucharmap from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install gucharmap
```

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

## Paketfakten

- **Paketschlüssel:** brew:gucharmap
- **Paketmanager:** Homebrew
- **Version:** 17.0.2
- **Quellzusammenfassung:** GNOME Character Map, based on the Unicode Character Database
- **Homepage:** <https://wiki.gnome.org/Apps/Gucharmap>
- **Zuletzt aktualisiert:** 2026-06-07T08:38:39Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- gucharmap (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 17.0.2
## Projektgeschichte und Nutzung

Gucharmap is the GNOME Character Map, a GTK application and library based on the Unicode Character Database. Its niche is simple but enduring: browse Unicode by block or script, inspect character metadata, find glyphs in fonts, and copy characters or strings into other applications.

### Projektgeschichte

The GNOME wiki describes gucharmap as the GNOME Character Map based on the Unicode Character Database. Its DOAP metadata gives the project name as Character Map, describes it as based on the Unicode Character Database, and records it as a GNOME core-category project maintained by Christian Persch.

The release archive shows a long lineage beginning with 0.4-era tarballs and continuing through GNOME 1.x, 2.x, 3.x, and Unicode-version-numbered series such as 8.0, 9.0, 10.0, 11.0, 12.0, and 17.0. The source tree's Meson build documents an exact coupling between each gucharmap major/minor version and a specific Unicode data version.

The modern source layout ships the Unicode data files needed for builds, while also allowing builders to point Meson at an external absolute Unicode Character Database path. That evolution reflects gucharmap's role as a desktop application that must track Unicode itself, not just GNOME release conventions.

### Adoptionsgeschichte

Gucharmap became a standard desktop utility because character maps are basic infrastructure for multilingual text entry, font inspection, and Unicode lookup. The archived GNOME page lists features oriented to both end users and developers, including a reusable GTK+ widget.

Package-manager adoption is broad because it is both a desktop application and a small library/API surface. The input metadata records packages across Alpine, Homebrew, Debian, Ubuntu, Fedora-family, MacPorts, Nix, Arch, and openSUSE ecosystems.

### Wie es verwendet wird

Users browse characters by Unicode block or script, search by name or metadata, jump by code point, inspect encodings such as UTF-8 and UTF-16 representations, view glyphs in selected fonts, identify clipboard characters, and copy or drag selected characters into other programs.

Developers and maintainers care about the Unicode data pipeline: the README says gucharmap ships the Unicode data files it needs, and the Meson build warns that a released gucharmap version is designed to work with its corresponding Unicode version rather than accepting an arbitrary Unicode data bump.

### Warum Paket-Nerds sich dafür interessieren

Gucharmap is a classic desktop utility package with unusually concrete data-version constraints. A distribution update is not just a rebuild: package maintainers must line up GTK, GLib, PCRE2, FreeType, gobject-introspection, and the expected Unicode Character Database version.

For users, it is one of the fastest ways to answer practical Unicode questions from the desktop: what code point is this, what is its name, what font renders it, and how do I paste it elsewhere?

### Zeitleiste

- 2000s: GNOME release archive includes 0.4, 0.6, 0.8, 0.9, 1.0, and later 1.x gucharmap tarballs.
- 2011-04-04: GNOME release changes include version 3.0.0.
- 2010s: Release series tracks GNOME 3-era numbering and later Unicode-numbered series.
- 2019: Meson build copyright header appears in the source tree, reflecting the Meson-based build system.
- 2020s: Build metadata records exact Unicode version coupling, including the 17.0 series designed for Unicode 17.0 data.

### Related projects

- The GNOME wiki places gucharmap alongside GTK, GNOME, Unicode Character Database files, KCharSelect, Unibook, Microsoft Character Map, UnicodeChecker, UniView, and older/deprecated GNOME and KDE character-map tools. The reusable GTK widget also connects it to other GTK applications that need character browsing.

### Quellen

- <https://download.gnome.org/sources/gucharmap/>
- <https://gitlab.gnome.org/GNOME/gucharmap>
- <https://gitlab.gnome.org/GNOME/gucharmap/-/raw/master/README.md>
- <https://gitlab.gnome.org/GNOME/gucharmap/-/raw/master/gucharmap.doap>
- <https://gitlab.gnome.org/GNOME/gucharmap/-/raw/master/meson.build>
- <https://wiki.gnome.org/Apps/Gucharmap>


## Sicherheitshinweise

broad file, network, media, or database tool signal.

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Andere Paketmanager-Einträge

- Debian apt - gir1.2-gucharmap-2.90 - 1:15.1.5-1+b1: normalized package name match | Debian stable package indexes: gir1.2-gucharmap-2.90 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GObject introspection data for the Unicode browser widget library | https://wiki.gnome.org/Apps/Gucharmap
- Debian apt - gucharmap - 1:15.1.5-1+b1: normalized package name match | Debian stable package indexes: gucharmap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Unicode character picker and font browser | https://wiki.gnome.org/Apps/Gucharmap
- Debian apt - libgucharmap-2-90-7 - 1:15.1.5-1+b1: normalized package name match | Debian stable package indexes: libgucharmap-2-90-7 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Unicode browser widget library (shared library) | https://wiki.gnome.org/Apps/Gucharmap
- Debian apt - libgucharmap-2-90-dev - 1:15.1.5-1+b1: normalized package name match | Debian stable package indexes: libgucharmap-2-90-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Unicode browser widget library (development headers) | https://wiki.gnome.org/Apps/Gucharmap
- Nix - gucharmap: normalized package name match | nixpkgs package indexes: pkgs/by-name/gu/gucharmap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gir1.2-gucharmap-2.90 - 1:15.1.3-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: gir1.2-gucharmap-2.90 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GObject introspection data for the Unicode browser widget library | https://wiki.gnome.org/Apps/Gucharmap
- Ubuntu apt - gucharmap - 1:15.1.3-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: gucharmap from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Unicode character picker and font browser | https://wiki.gnome.org/Apps/Gucharmap
- Ubuntu apt - libgucharmap-2-90-7 - 1:15.1.3-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgucharmap-2-90-7 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Unicode browser widget library (shared library) | https://wiki.gnome.org/Apps/Gucharmap
- Ubuntu apt - libgucharmap-2-90-dev - 1:15.1.3-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libgucharmap-2-90-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Unicode browser widget library (development headers) | https://wiki.gnome.org/Apps/Gucharmap
- apk - gucharmap - 17.0.2-r0: normalized package name match | Alpine Linux edge package indexes: gucharmap from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | GNOME Unicode Charmap | https://gitlab.gnome.org/GNOME/gucharmap
- apk - gucharmap-dev - 17.0.2-r0: normalized package name match | Alpine Linux edge package indexes: gucharmap-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | GNOME Unicode Charmap (development files) | https://gitlab.gnome.org/GNOME/gucharmap
- apk - gucharmap-lang - 17.0.2-r0: normalized package name match | Alpine Linux edge package indexes: gucharmap-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package gucharmap | https://gitlab.gnome.org/GNOME/gucharmap
- dnf - gucharmap - 17.0.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: gucharmap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Unicode character picker and font browser | https://wiki.gnome.org/Apps/Gucharmap
- dnf - gucharmap-devel - 17.0.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: gucharmap-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Libraries and headers for libgucharmap | https://wiki.gnome.org/Apps/Gucharmap
- dnf - gucharmap-libs - 17.0.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: gucharmap-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | libgucharmap library | https://wiki.gnome.org/Apps/Gucharmap
- pacman - gucharmap - 17.0.2-1: normalized package name match | Arch Linux sync databases: gucharmap from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Unicode Character Map | https://wiki.gnome.org/Apps/Gucharmap


## Combined YAML source

View the package source record on GitHub. [combined/gucharmap.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gucharmap.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
