Automic VaultAutomic Vault

brew

gspell mit Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install gspell

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install gspell

MacPorts ports tree · gnome/gspell/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add gspell

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

Fedora dnfverifiziert · 92%
sudo dnf install gspell

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

Nixverifiziert · 92%
nix profile install nixpkgs#gspell

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

Arch Linux pacmanverifiziert · 92%
sudo pacman -S gspell

Arch Linux sync databases · gspell · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install gspell

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

Debian aptverifiziert · 92%
sudo apt install gir1.2-gspell-1

Debian stable package indexes · gir1.2-gspell-1 · Quelle: deb.debian.org

Überblick

Paketzusammenfassung

Flexible API to implement spellchecking in GTK+ applications

Befehle und Aliase

  • gspell-app1

Verlauf

Projektgeschichte und Nutzung

gspell is a GNOME spell-checking library for GTK applications. It provides a GObject-based API, inline spell checking for GtkEntry and GtkTextView, a GtkTextView spell-check dialog, language choosers, and support for the no-spell-check tag used by GtkSourceView and libgedit-gtksourceview.

Projektgeschichte

The first gspell release was 0.1.0 on 2015-09-30. Its NEWS file says that the code came from the gedit spell plugin rather than being written from scratch.

The project quickly moved toward library polish: 0.1.2 created a GNOME Bugzilla product and online API reference naming, 0.2.2 relicensed the code from GPLv2+ to LGPLv2.1+, and 1.0.0 on 2016-03-20 declared the API stable with backward-compatible 1.x stable versions.

Later releases followed GNOME's even/odd minor-version scheme. The 1.5 development cycle added gspell-app1 and documented no-spell-check tag support; 1.7 adopted Enchant 2; 1.8.1 recorded the move to GNOME GitLab; and the 1.13 development cycle removed Autotools and added Meson.

Adoptionsgeschichte

gspell's adoption is tied to GTK 3 application development and GNOME text editing components. The README explicitly says the 1.x versions target GTK 3, and the API is designed for applications that want spelling support without embedding a full editor.

For packagers, the project's own notes recommend hunspell over aspell on GNU/Linux because Enchant prefers hunspell and aspell does not work well with gspell. That makes dictionary packaging part of the practical gspell story.

Wie es verwendet wird

Application developers use gspell to add spell-checking widgets and behavior to GTK interfaces. It wraps lower-level spelling services through Enchant and exposes GTK-friendly components such as checkers, language choosers, and inline checking for text widgets.

The small gspell-app1 program, introduced during the 1.5 development cycle, gives packagers and developers a convenient command to exercise the library.

Warum Paket-Nerds sich dafür interessieren

gspell is interesting because it extracted spell-checking behavior from an application plugin into a reusable GNOME library. That is exactly the kind of small desktop-stack component distributions package so multiple apps can share one implementation.

Its dependency notes matter in packaging practice: GLib, GTK 3, Enchant, ICU, hunspell dictionaries, GIR packages, and GTK documentation all affect whether downstream applications get spell-checking that works cleanly.

Zeitleiste

  • 2015: First 0.1.0 release, based on code from the gedit spell plugin.
  • 2015: 0.2.2 relicensed gspell from GPLv2+ to LGPLv2.1+.
  • 2016: 1.0.0 declared the API stable for the 1.x line.
  • 2017: 1.5.2 added gspell-app, later renamed gspell-app1.
  • 2017: 1.7.1 switched to Enchant 2.
  • 2018: 1.8.1 recorded the move to GNOME GitLab.
  • 2024: 1.13.1 added Meson and removed Autotools.

Related projects

  • gedit is the source lineage for the first gspell code.
  • GtkSpell is named by the README as the basis for an enhanced GtkTextView inline spell checker.
  • GtkSourceView and libgedit-gtksourceview are related through the no-spell-check tag support.
  • Enchant, hunspell, and ICU are practical spelling and language dependencies.

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

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 10 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 5 Build-Abhängigkeiten.

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
gspell-app1cliglobales Executable

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-07-10
Manager-Version1.14.4
Manager aktualisiert2026-06-26
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://gitlab.gnome.org/GNOME/gspell

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:gspell
Version1.14.4
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/gspell
Homepagehttps://gitlab.gnome.org/GNOME/gspell
Repositoryhttps://gitlab.gnome.org/GNOME/gspell
Upstream-Dokumentationhttps://gitlab.gnome.org/GNOME/gspell
LizenzLGPL-2.1-or-later
Quellarchivhttps://download.gnome.org/sources/gspell/1.14/gspell-1.14.4.tar.xz
Zuletzt aktualisiert2026-06-26T20:32:27Z
Pulseupdated
Abhängigkeitenat-spi2-core, cairo, enchant, gdk-pixbuf, gettext, glib, gtk+3, harfbuzz, icu4c@78, pango
Build-Abhängigkeitengobject-introspection, meson, ninja, pkgconf, vala
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegspell
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Debian apt95%

gir1.2-gspell-1 1.14.0-2+b1

spell-checking library for GTK+ applications - GObject introspection

https://gitlab.gnome.org/GNOME/gspell

sudo apt install gir1.2-gspell-1
  • Section: introspection
  • Architecture: amd64
  • Source Package: gspell
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gspell
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gir1.2-gspell-1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gspell-1-tests 1.14.0-2+b1

spell-checking library for GTK+ applications - installed tests

https://gitlab.gnome.org/GNOME/gspell

sudo apt install gspell-1-tests
  • Section: misc
  • Architecture: amd64
  • Source Package: gspell
  • 6 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gspell
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gspell-1-tests from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgspell-1-3 1.14.0-2+b1

spell-checking library for GTK+ applications

https://gitlab.gnome.org/GNOME/gspell

sudo apt install libgspell-1-3
  • Section: libs
  • Architecture: amd64
  • Source Package: gspell
  • 7 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gspell
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgspell-1-3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgspell-1-common 1.14.0-2

libgspell architecture-independent files

https://gitlab.gnome.org/GNOME/gspell

sudo apt install libgspell-1-common
  • Section: libs
  • Architecture: all
  • Source Package: gspell
  • normalized package name match
  • Abgeglichen nach: Gspell
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgspell-1-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgspell-1-dev 1.14.0-2+b1

spell-checking library for GTK+ applications - development files

https://gitlab.gnome.org/GNOME/gspell

sudo apt install libgspell-1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gspell
  • 5 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gspell
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgspell-1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgspell-1-doc 1.14.0-2

spell-checking library for GTK+ applications - documentation

https://gitlab.gnome.org/GNOME/gspell

sudo apt install libgspell-1-doc
  • Section: doc
  • Architecture: all
  • Source Package: gspell
  • normalized package name match
  • Abgeglichen nach: Gspell
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgspell-1-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

gspell

nix profile install nixpkgs#gspell
  • normalized package name match
  • Abgeglichen nach: Gspell
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gs/gspell/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

gir1.2-gspell-1 1.12.2-1build4

spell-checking library for GTK+ applications - GObject introspection

https://gitlab.gnome.org/GNOME/gspell

sudo apt install gir1.2-gspell-1
  • Section: introspection
  • Architecture: amd64
  • Source Package: gspell
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gspell
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gir1.2-gspell-1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

gspell-1-tests 1.12.2-1build4

spell-checking library for GTK+ applications - installed tests

https://gitlab.gnome.org/GNOME/gspell

sudo apt install gspell-1-tests
  • Section: universe/misc
  • Architecture: amd64
  • Source Package: gspell
  • 13 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gspell
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gspell-1-tests from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgspell-1-2 1.12.2-1build4

spell-checking library for GTK+ applications

https://gitlab.gnome.org/GNOME/gspell

sudo apt install libgspell-1-2
  • Section: libs
  • Architecture: amd64
  • Source Package: gspell
  • 14 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gspell
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgspell-1-2 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libgspell-1-common 1.12.2-1build4

libgspell architecture-independent files

https://gitlab.gnome.org/GNOME/gspell

sudo apt install libgspell-1-common
  • Section: libs
  • Architecture: all
  • Source Package: gspell
  • normalized package name match
  • Abgeglichen nach: Gspell
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgspell-1-common from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libgspell-1-dev 1.12.2-1build4

spell-checking library for GTK+ applications - development files

https://gitlab.gnome.org/GNOME/gspell

sudo apt install libgspell-1-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: gspell
  • 5 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gspell
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgspell-1-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgspell-1-doc 1.12.2-1build4

spell-checking library for GTK+ applications - documentation

https://gitlab.gnome.org/GNOME/gspell

sudo apt install libgspell-1-doc
  • Section: doc
  • Architecture: all
  • Source Package: gspell
  • normalized package name match
  • Abgeglichen nach: Gspell
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgspell-1-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

gspell 1.14.3-r0

Flexible API to add spell checking to a GTK+ application

https://gitlab.gnome.org/GNOME/gspell

sudo apk add gspell
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: gspell
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gspell
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gspell from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gspell-dbg 1.14.3-r0

Flexible API to add spell checking to a GTK+ application (debug symbols)

https://gitlab.gnome.org/GNOME/gspell

sudo apk add gspell-dbg
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: gspell
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Gspell
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gspell-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gspell-dev 1.14.3-r0

Flexible API to add spell checking to a GTK+ application (development files)

https://gitlab.gnome.org/GNOME/gspell

sudo apk add gspell-dev
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: gspell
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Gspell
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gspell-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

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
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment