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

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

Introduction

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

What is hunspell-so.noarch

Somali hunspell dictionaries.

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

Install hunspell-so.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-so.noarch using yum by running the following command:

sudo yum -y install hunspell-so.noarch

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

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

sudo yum remove hunspell-so.noarch

hunspell-so.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-so-1.0.2
/usr/share/doc/hunspell-so-1.0.2/README_so_SO.txt
/usr/share/myspell/so_DJ.aff
/usr/share/myspell/so_DJ.dic
/usr/share/myspell/so_ET.aff
/usr/share/myspell/so_ET.dic
/usr/share/myspell/so_KE.aff
/usr/share/myspell/so_KE.dic
/usr/share/myspell/so_SO.aff
/usr/share/myspell/so_SO.dic

References

Summary

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