Automic VaultAutomic Vault

brew

Installer gspell avec Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gspell pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install gspell

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install gspell

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

Linux

Alpine Linux apkvérifié · 92%
sudo apk add gspell

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

Fedora dnfvérifié · 92%
sudo dnf install gspell

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

Nixvérifié · 92%
nix profile install nixpkgs#gspell

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

Arch Linux pacmanvérifié · 92%
sudo pacman -S gspell

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

openSUSE zyppervérifié · 92%
sudo zypper install gspell

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

Debian aptvérifié · 92%
sudo apt install gir1.2-gspell-1

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

aperçu

Résumé du paquet

Flexible API to implement spellchecking in GTK+ applications

Commandes et alias

  • gspell-app1

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 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.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 10 dépendances d’exécution.
  • Les métadonnées de compilation listent 5 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
gspell-app1cliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire1.14.4
gestionnaire mis à jour2026-06-26
données localesOK
amontnot checked
dernière version détectéenon détecté

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

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:gspell
Version1.14.4
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/gspell
Page d'accueilhttps://gitlab.gnome.org/GNOME/gspell
Dépôthttps://gitlab.gnome.org/GNOME/gspell
Docs amonthttps://gitlab.gnome.org/GNOME/gspell
LicenceLGPL-2.1-or-later
Archive sourcehttps://download.gnome.org/sources/gspell/1.14/gspell-1.14.4.tar.xz
Dernière mise à jour2026-06-26T20:32:27Z
Pulseupdated
Dépendancesat-spi2-core, cairo, enchant, gdk-pixbuf, gettext, glib, gtk+3, harfbuzz, icu4c@78, pango
Dépendances de compilationgobject-introspection, meson, ninja, pkgconf, vala
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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