How To Install libvoikko on Fedora 36

In this tutorial we learn how to install libvoikko in Fedora 36. libvoikko is Voikko is a library for spellcheckers and hyphenators

Introduction

In this tutorial we learn how to install libvoikko on Fedora 36.

What is libvoikko

This is libvoikko, library for spellcheckers and hyphenators using Malaga natural language grammar development tool. The library is written in C. Currently only Finnish is supported, but the API of the library has been designed to allow adding support for other languages later. Note however that Malaga is rather low level tool that requires implementing the whole morphology of a language as a left associative grammar. Therefore languages that have simple or even moderately complex morphologies and do not require morphological analysis in their hyphenators should be implemented using other tools such as Hunspell.

We can use yum or dnf to install libvoikko on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvoikko.

Install libvoikko on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libvoikko using dnf by running the following command:

sudo dnf -y install libvoikko

Install libvoikko on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libvoikko using yum by running the following command:

sudo yum -y install libvoikko

How To Uninstall libvoikko on Fedora 36

To uninstall only the libvoikko package we can use the following command:

sudo dnf remove libvoikko

libvoikko Package Contents on Fedora 36

---
title: "How To Install libvoikko on Fedora 36"
linkTitle: "libvoikko"
type: "docs"
description: "In this tutorial we learn how to install libvoikko in Fedora 36. libvoikko is Voikko is a library for spellcheckers and hyphenators"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libvoikko-featured.png
---

## Introduction

In this tutorial we learn how to install `libvoikko` on Fedora 36.

### What is `libvoikko`

> This is libvoikko, library for spellcheckers and hyphenators using Malaga natural language grammar development tool. The library is written in C.  Currently only Finnish is supported, but the API of the library has been designed to allow adding support for other languages later. Note however that Malaga is rather low level tool that requires implementing the whole morphology of a language as a left associative grammar. Therefore languages that have simple or even moderately complex morphologies and do not require morphological analysis in their hyphenators should be implemented using other tools such as Hunspell.  

We can use `yum` or `dnf` to install `libvoikko` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvoikko.

## Install libvoikko on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libvoikko using dnf by running the following command:

sudo dnf -y install libvoikko

Install libvoikko on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libvoikko using yum by running the following command:

sudo yum -y install libvoikko

/usr/lib/.build-id /usr/lib/.build-id/a7 /usr/lib/.build-id/a7/7e7ebc3348bdd53bd6370cfd18cecdd1f81938 /usr/lib/voikko /usr/lib64/libvoikko.so.1 /usr/lib64/libvoikko.so.1.16.1 /usr/share/doc/libvoikko /usr/share/doc/libvoikko/ChangeLog /usr/share/doc/libvoikko/README /usr/share/licenses/libvoikko /usr/share/licenses/libvoikko/COPYING

How To Uninstall libvoikko on Fedora 36

To uninstall only the libvoikko package we can use the following command:

sudo dnf remove libvoikko

libvoikko Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install libvoikko on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/83 /usr/lib/.build-id/83/5aa9d743d191a618991b5c247346adfbe1d81f /usr/lib/libvoikko.so.1 /usr/lib/libvoikko.so.1.16.1 /usr/lib/voikko /usr/share/doc/libvoikko /usr/share/doc/libvoikko/ChangeLog /usr/share/doc/libvoikko/README /usr/share/licenses/libvoikko /usr/share/licenses/libvoikko/COPYING


## References

* [libvoikko website](https://voikko.puimula.org)

## Summary

In this tutorial we learn how to install `libvoikko` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).