# Installer libvoikko avec Homebrew, apk, dnf, Nix, pacman, apt, zypper

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

## installation

```sh
sudo av install brew:libvoikko
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install libvoikko
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add libvoikko
```

  Preuve: Alpine Linux edge package indexes: libvoikko from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install libvoikko
```

  Preuve: Fedora Rawhide package metadata: libvoikko 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#libvoikko
```

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

- pacman (92%):

```sh
sudo pacman -S libvoikko
```

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

- Debian apt (92%):

```sh
sudo apt install libvoikko-dev
```

  Preuve: Debian stable package indexes: libvoikko-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install libvoikko-devel
```

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

## Faits du paquet

- **Clé du paquet:** brew:libvoikko
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.3.3
- **Résumé source:** Linguistic software and Finnish dictionary
- **Page d'accueil:** <https://voikko.puimula.org/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- voikkogc (alias)
- voikkohyphenate (alias)
- voikkospell (alias)
- voikkovfstc (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.3.3
## Historique du projet et usages

libvoikko is the core library in the Voikko stack, a Finnish-focused suite for morphological analysis, spell checking, grammar checking, hyphenation, and related linguistic data. It began as office-suite spell-checking infrastructure and grew into a reusable language-processing library used by desktop tools, search expansion, and machine-learning pipelines that process Finnish text.

### Historique du projet

The Voikko architecture page describes a layered project: libvoikko provides high-level algorithms, voikko-fi supplies Finnish morphology, libreoffice-voikko integrates with LibreOffice, and related plugins connect Voikko to spell-checking front ends. The project site says Voikko was originally developed as a spell checker for OpenOffice and LibreOffice.

Voikko's own VFST transition document dates the first libvoikko 1.0 and Suomi-malaga 0.7.1 release to August 2006, supporting Finnish spell checking and hyphenation. Grammar checking arrived during 2008 with libvoikko 2.0, and dictionary-format changes in 2009 added support for morphological analysis.

The project started in late 2005 as Hunspell-fi, but the maintainers moved toward Suomi-malaga and later finite-state technology because Finnish compounds, suffix chains, memory behavior, and grammar/hyphenation needs exceeded what plain Hunspell dictionaries handled comfortably.

### Historique d'adoption

Voikko became important in Finnish Linux and office-document workflows because it served OpenOffice and LibreOffice users with native-quality Finnish spell checking, hyphenation, and grammar checking. The architecture page also documents Enchant integration and tmispell-voikko, giving applications paths to use Voikko without speaking its native API directly.

By 2019 libvoikko 4.3 added API support for listing analysis attribute values, explicitly calling out vectorizers for machine-learning applications. The project homepage describes later use in search expansion and improving machine-learning accuracy for Finnish texts.

### Modes d'utilisation

Homebrew users get command-line tools such as voikkospell, voikkohyphenate, voikkogc, and voikkovfstc. Developers use libvoikko through C, Java, Python, JavaScript, and other bindings to add Finnish spell checking, hyphenation, grammar checking, tokenization, and morphology to applications.

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

libvoikko is a classic language-package outlier: it is not merely a dictionary file but a native morphology engine with evolving dictionary formats, finite-state transducers, office-suite integration, and distro packaging concerns. Its history explains why Finnish language support often needs a specialized package rather than a generic Hunspell word list.

### Chronologie

- 2005: The work begins under the Hunspell-fi name.
- 2006-08: libvoikko 1.0 and Suomi-malaga 0.7.1 are released for Finnish spell checking and hyphenation.
- 2008: libvoikko 2.0 introduces grammar checking.
- 2009: libvoikko 2.2 adds dictionary-format changes for morphological analysis.
- 2012: The Finnish morphology rewrite in VFST format begins.
- 2015-12-14: libvoikko 4.0 and voikko-fi 2.0 make Finnish VFST dictionary format stable and production-ready.
- 2018-10-17: libvoikko 4.2 removes Malaga dictionary-format support.
- 2019-10-22: libvoikko 4.3 adds APIs useful for machine-learning vectorizers.
- 2025-05-23: libvoikko 4.3.3 updates the C++ standard to C++17 and includes build and memory-leak fixes.

### Related projects

- Voikko is tied to voikko-fi, Suomi-malaga, libreoffice-voikko, Enchant, tmispell-voikko, hfst-ospell, Foma, VFST tooling, Joukahainen vocabulary maintenance, and office suites that need Finnish language services.

### Sources

- <https://github.com/voikko/corevoikko>
- <https://voikko.puimula.org/>
- <https://voikko.puimula.org/architecture.html>
- <https://voikko.puimula.org/releases.html>
- <https://voikko.puimula.org/vfst-transition.html>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libvoikko-dev - 4.3.2-1+b2: normalized package name match | Debian stable package indexes: libvoikko-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for libvoikko | https://voikko.puimula.org/
- Debian apt - libvoikko1 - 4.3.2-1+b2: normalized package name match | Debian stable package indexes: libvoikko1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library of free natural language processing tools | https://voikko.puimula.org/
- Debian apt - python3-libvoikko - 4.3.2-1: normalized package name match | Debian stable package indexes: python3-libvoikko from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Python bindings for libvoikko | https://voikko.puimula.org/
- Nix - libvoikko: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libvoikko/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libvoikko-dev - 4.3.2-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libvoikko-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Development files for libvoikko | https://voikko.puimula.org/
- Ubuntu apt - libvoikko1 - 4.3.2-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libvoikko1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Library of free natural language processing tools | https://voikko.puimula.org/
- Ubuntu apt - python3-libvoikko - 4.3.2-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-libvoikko from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Python bindings for libvoikko | https://voikko.puimula.org/
- apk - libvoikko - 4.3.2-r2: normalized package name match | Alpine Linux edge package indexes: libvoikko from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Voikko spelling, hyphenation and grammar checker | https://voikko.puimula.org/
- apk - libvoikko-dev - 4.3.2-r2: normalized package name match | Alpine Linux edge package indexes: libvoikko-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Voikko spelling, hyphenation and grammar checker (development files) | https://voikko.puimula.org/
- apk - libvoikko-doc - 4.3.2-r2: normalized package name match | Alpine Linux edge package indexes: libvoikko-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Voikko spelling, hyphenation and grammar checker (documentation) | https://voikko.puimula.org/
- dnf - libvoikko - 4.3.3-8.fc45: normalized package name match | Fedora Rawhide package metadata: libvoikko from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Voikko is a library for spellcheckers and hyphenators | https://voikko.puimula.org
- dnf - libvoikko-devel - 4.3.3-8.fc45: normalized package name match | Fedora Rawhide package metadata: libvoikko-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for libvoikko | https://voikko.puimula.org
- dnf - python3-libvoikko - 4.3.3-8.fc45: normalized package name match | Fedora Rawhide package metadata: python3-libvoikko from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Python interface to libvoikko | https://voikko.puimula.org
- dnf - voikko-tools - 4.3.3-8.fc45: normalized package name match | Fedora Rawhide package metadata: voikko-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Test tools for libvoikko | https://voikko.puimula.org
- pacman - libvoikko - 4.3.3-3: normalized package name match | Arch Linux sync databases: libvoikko from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A spelling and grammar checker, hyphenator and collection of related linguistic data for Finnish language | http://voikko.sourceforge.net
- zypper - libvoikko-devel - 4.3.3-1.5: normalized package name match | openSUSE Tumbleweed package metadata: libvoikko-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Library of free natural language processing tools | https://voikko.puimula.org


## Combined YAML source

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


## Sources

- 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
