How To Install hunspell-mr on Rocky Linux 8

In this tutorial we learn how to install hunspell-mr on Rocky Linux 8. hunspell-mr is Marathi hunspell dictionaries

Introduction

In this tutorial we learn how to install hunspell-mr on Rocky Linux 8.

What is hunspell-mr

Marathi hunspell dictionaries.

We can use yum or dnf to install hunspell-mr on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-mr.

Install hunspell-mr on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install hunspell-mr

Install hunspell-mr on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install hunspell-mr

How To Uninstall hunspell-mr on Rocky Linux 8

To uninstall only the hunspell-mr package we can use the following command:

sudo dnf remove hunspell-mr

hunspell-mr Package Contents on Rocky Linux 8

/usr/share/doc/hunspell-mr
/usr/share/doc/hunspell-mr/README_mr_IN.txt
/usr/share/licenses/hunspell-mr
/usr/share/licenses/hunspell-mr/LICENCE
/usr/share/myspell/mr_IN.aff
/usr/share/myspell/mr_IN.dic

References

Summary

In this tutorial we learn how to install hunspell-mr on Rocky Linux 8 using yum and dnf.