How To Install aspell-ml on Fedora 36

In this tutorial we learn how to install aspell-ml in Fedora 36. aspell-ml is GNU Aspell Malayalam Dictionary Package

Introduction

In this tutorial we learn how to install aspell-ml on Fedora 36.

What is aspell-ml

GNU Aspell Malayalam Dictionary Package. Malayalam wordlist for this package is prepared by Santhosh Thottingal , Swathanthra Malayalam Computing

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

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

sudo dnf -y install aspell-ml

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

sudo yum -y install aspell-ml

How To Uninstall aspell-ml on Fedora 36

To uninstall only the aspell-ml package we can use the following command:

sudo dnf remove aspell-ml

aspell-ml Package Contents on Fedora 36

/usr/lib64/aspell-0.60/ml.dat
/usr/lib64/aspell-0.60/ml.multi
/usr/lib64/aspell-0.60/ml.rws
/usr/lib64/aspell-0.60/u-mlym.cmap
/usr/lib64/aspell-0.60/u-mlym.cset
/usr/share/doc/aspell-ml
/usr/share/doc/aspell-ml/Copyright
/usr/share/doc/aspell-ml/README
/usr/share/licenses/aspell-ml
/usr/share/licenses/aspell-ml/COPYING

References

Summary

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