pkg.soopen package index

brew / Rang 957

xkbcomp mit Homebrew, apk, dnf, MacPorts, Nix, zypper installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install xkbcomp

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install xkbcomp

MacPorts ports tree · x11/xkbcomp/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add xkbcomp

Alpine Linux edge package indexes · xkbcomp · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install xkbcomp

Fedora Rawhide package metadata · xkbcomp · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#xkbcomp

nixpkgs package indexes · pkgs/by-name/xk/xkbcomp/package.nix · Quelle: api.github.com

openSUSE zypperverifiziert · 92%
sudo zypper install xkbcomp

openSUSE Tumbleweed package metadata · xkbcomp · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

XKB keyboard description compiler

Befehle und Aliase

  • xkbcomp

Verlauf

Projektgeschichte und Nutzung

xkbcomp is the X Keyboard Extension keymap compiler. It turns human-readable XKB keyboard descriptions into compiled keymaps for X servers and utilities, and can also reverse a running display or compiled map back into resolved XKB source.

Projektgeschichte

The manual page identifies xkbcomp as a compiler for XKB keyboard descriptions and carries 1994 copyright lines for Silicon Graphics Computer Systems and the X Consortium, with Erik Fortune of Silicon Graphics listed as author. That places the tool in the original XKB work that extended X11 keyboard handling beyond the older core protocol.

As X11 moved through XFree86 and X.Org, xkbcomp remained the low-level compiler behind keyboard layout composition. The X.Org XKB page now points users toward xkeyboard-config for the maintained data files, while the xkbcomp source is maintained as an X.Org application project on freedesktop.org.

Adoptionsgeschichte

xkbcomp was adopted because XKB itself became the standard keyboard model for X11 systems. Desktop environments and users usually interact with higher-level tools such as setxkbmap or desktop settings, but xkbcomp sits underneath them as the program that verifies, resolves, compiles, dumps, or uploads the actual keymap.

The tool also became a favorite diagnostic and customization utility for keyboard-layout specialists. Documentation and community examples commonly use `xkbcomp :0 -` to inspect the active keymap or `xkbcomp file.xkb $DISPLAY` to load a custom map into a running X server.

Wie es verwendet wird

Common package usage is compiling `.xkb` source into `.xkm` files, generating resolved XKB source from a display or compiled map, updating the keymap for a running X display, and producing C headers for servers or utilities that need built-in default keymaps.

For layout authors, xkbcomp is the last mile after editing keycodes, types, compat, symbols, and geometry files. It checks that those pieces merge into a complete keymap and reports warnings at selectable verbosity levels.

Warum Paket-Nerds sich dafür interessieren

xkbcomp is classic Unix desktop substrate: rarely glamorous, but essential when packaging X servers, keyboard data, desktop sessions, remote desktops, or custom layouts. It is also a good example of a compiler whose input language is configuration rather than application code.

For package maintainers, its significance comes from being split from the keyboard-layout data it consumes. xkeyboard-config supplies the evolving layout corpus; xkbcomp supplies the compiler that XKB-capable systems rely on to consume that corpus.

Zeitleiste

  • 1994: The xkbcomp manual page records Silicon Graphics/X Consortium copyright and Erik Fortune as author.
  • 1996: The original XKB protocol and library specifications were published for X11R6-era XKB.
  • 2002: XKB enhancement documentation described xkbcomp as the ordinary compiler used to prepare compiled keyboard configuration for the X server.
  • 2004: XFree86 4.3 and X11R6.7-era documentation described multi-layout XKB configuration handled through the same compiled keymap model.
  • 2010s-2020s: X.Org keeps xkbcomp as a separate application while XKB data files are maintained by xkeyboard-config.

Related projects

  • xkeyboard-config supplies the keyboard models, layouts, variants, and options that xkbcomp compiles. setxkbmap selects XKB layouts at a higher level. libxkbcommon reuses XKB concepts outside the X server world, especially for Wayland compositors.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
xkbcompExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und 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.

Seite generiert2026-08-03
Manager-Version1.5.0
Manager aktualisiert
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:xkbcomp
Version1.5.0
PaketmanagerHomebrew
Homepagehttps://www.x.org
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

xkbcomp

nix profile install nixpkgs#xkbcomp
  • normalized package name match
  • Abgeglichen nach: Xkbcomp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/xk/xkbcomp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

xkbcomp 1.5.0-r0

XKBD keymap compiler

https://xorg.freedesktop.org

sudo apk add xkbcomp
  • License: MIT
  • Architecture: x86_64
  • Source Package: xkbcomp
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xkbcomp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xkbcomp from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

xkbcomp-dev 1.5.0-r0

XKBD keymap compiler (development files)

https://xorg.freedesktop.org

sudo apk add xkbcomp-dev
  • License: MIT
  • Architecture: x86_64
  • Source Package: xkbcomp
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xkbcomp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xkbcomp-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

xkbcomp-doc 1.5.0-r0

XKBD keymap compiler (documentation)

https://xorg.freedesktop.org

sudo apk add xkbcomp-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: xkbcomp
  • normalized package name match
  • Abgeglichen nach: Xkbcomp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: xkbcomp-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

xkbcomp 1.5.0-3.fc45

XKB keymap compiler

https://www.x.org

sudo dnf install xkbcomp
  • License: MIT-open-group AND HPND-DEC
  • Category: Unspecified
  • Architecture: i686
  • Source Package: xkbcomp
  • 4 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xkbcomp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xkbcomp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

xkbcomp-devel 1.5.0-3.fc45

XKB keymap compiler development package

https://www.x.org

sudo dnf install xkbcomp-devel
  • License: MIT-open-group AND HPND-DEC
  • Category: Unspecified
  • Architecture: i686
  • Source Package: xkbcomp
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xkbcomp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xkbcomp-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
zypper95%

xkbcomp 1.5.0-1.5

Utility to compile XKB keyboard description

https://xorg.freedesktop.org/

sudo zypper install xkbcomp
  • License: MIT
  • Category: System/X11/Utilities
  • Architecture: x86_64
  • Source Package: xkbcomp
  • 3 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xkbcomp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: xkbcomp from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

xkbcomp-devel 1.5.0-1.5

Utility to compile XKB keyboard description -- Development Files

https://xorg.freedesktop.org/

sudo zypper install xkbcomp-devel
  • License: MIT
  • Category: Development/Libraries/X11
  • Architecture: x86_64
  • Source Package: xkbcomp
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Xkbcomp
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: xkbcomp-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

xkbcomp

sudo port install xkbcomp
  • normalized package name match
  • Abgeglichen nach: Xkbcomp
MacPorts ports tree · api.github.com · MacPorts ports tree: x11/xkbcomp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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