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

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

Introduction

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

What is hunspell-fo.noarch

Faroese hunspell dictionaries.

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

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

sudo yum -y install hunspell-fo.noarch

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

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

sudo yum remove hunspell-fo.noarch

hunspell-fo.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-fo-0.4.1
/usr/share/doc/hunspell-fo-0.4.1/COPYING
/usr/share/doc/hunspell-fo-0.4.1/Copyright
/usr/share/doc/hunspell-fo-0.4.1/README
/usr/share/doc/hunspell-fo-0.4.1/contributors
/usr/share/myspell/fo_FO.aff
/usr/share/myspell/fo_FO.dic

References

Summary

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