How To Install hunspell-mos.noarch on Amazon Linux 2

In this tutorial we learn how to install hunspell-mos.noarch in Amazon Linux 2. hunspell-mos.noarch is Mossi hunspell dictionaries

Introduction

In this tutorial we learn how to install hunspell-mos.noarch on Amazon Linux 2.

What is hunspell-mos.noarch

Mossi hunspell dictionaries.

We can use yum to install hunspell-mos.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-mos.noarch.

Install hunspell-mos.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install hunspell-mos.noarch using yum by running the following command:

sudo yum -y install hunspell-mos.noarch

How To Uninstall hunspell-mos.noarch on Amazon Linux 2

To uninstall only the hunspell-mos.noarch package we can use the following command:

sudo yum remove hunspell-mos.noarch

hunspell-mos.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-mos-0.20101130
/usr/share/doc/hunspell-mos-0.20101130/lgpl-3.0.txt
/usr/share/myspell/mos_BF.aff
/usr/share/myspell/mos_BF.dic

References

Summary

In this tutorial we learn how to install hunspell-mos.noarch on Amazon Linux 2 using yum.