How To Install enchant2 on Fedora 36

In this tutorial we learn how to install enchant2 in Fedora 36. enchant2 is An Enchanting Spell Checking Library

Introduction

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

What is enchant2

A library that wraps other spell checking backends.

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

Install enchant2 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 enchant2 using dnf by running the following command:

sudo dnf -y install enchant2

Install enchant2 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 enchant2 using yum by running the following command:

sudo yum -y install enchant2

How To Uninstall enchant2 on Fedora 36

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

sudo dnf remove enchant2

enchant2 Package Contents on Fedora 36

---
title: "How To Install enchant2 on Fedora 36"
linkTitle: "enchant2"
type: "docs"
description: "In this tutorial we learn how to install enchant2 in Fedora 36. enchant2 is An Enchanting Spell Checking Library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/enchant2-featured.png
---

## Introduction

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

### What is `enchant2`

> A library that wraps other spell checking backends.  

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

## Install enchant2 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 enchant2 using dnf by running the following command:

sudo dnf -y install enchant2

Install enchant2 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 enchant2 using yum by running the following command:

sudo yum -y install enchant2

How To Uninstall enchant2 on Fedora 36

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

sudo dnf remove enchant2

enchant2 Package Contents on Fedora 36

/usr/bin/enchant-2
/usr/bin/enchant-lsmod-2
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/2ccc13c70853e6f929d09a899fc98f834f30bc
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/79d5c8ca542c25258f2c06891acf906a0d9164
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/4ece512ebd0dcc086b968abe0cf2e231ff9501
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/19cf5454a01c6fb5050df670f8065e2cd98fad
/usr/lib/enchant-2
/usr/lib/enchant-2/enchant_hunspell.so
/usr/lib/libenchant-2.so.2
/usr/lib/libenchant-2.so.2.3.2
/usr/share/doc/enchant2
/usr/share/doc/enchant2/AUTHORS
/usr/share/doc/enchant2/NEWS
/usr/share/doc/enchant2/README
/usr/share/enchant-2
/usr/share/enchant-2/enchant.ordering
/usr/share/licenses/enchant2
/usr/share/licenses/enchant2/COPYING.LIB
/usr/share/man/man1/enchant-2.1.gz
/usr/share/man/man1/enchant-lsmod-2.1.gz

References

Summary

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

/usr/bin/enchant-2 /usr/bin/enchant-lsmod-2 /usr/lib/.build-id /usr/lib/.build-id/3c /usr/lib/.build-id/3c/57d15889f4da42d7f493f836a144f57b77eaf9 /usr/lib/.build-id/7d /usr/lib/.build-id/7d/53b68c95fb49ce6d48971655b335f125e8ef4b /usr/lib/.build-id/b4 /usr/lib/.build-id/b4/01e4b2e842a36644b2e630f9a85094eaaaa7c5 /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/4a169cb3b16145f99a33d7f4ef126bd0a5330a /usr/lib64/enchant-2 /usr/lib64/enchant-2/enchant_hunspell.so /usr/lib64/libenchant-2.so.2 /usr/lib64/libenchant-2.so.2.3.2 /usr/share/doc/enchant2 /usr/share/doc/enchant2/AUTHORS /usr/share/doc/enchant2/NEWS /usr/share/doc/enchant2/README /usr/share/enchant-2 /usr/share/enchant-2/enchant.ordering /usr/share/licenses/enchant2 /usr/share/licenses/enchant2/COPYING.LIB /usr/share/man/man1/enchant-2.1.gz /usr/share/man/man1/enchant-lsmod-2.1.gz


## References

* [enchant2 website](https://github.com/AbiWord/enchant)

## Summary

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