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

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

Introduction

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

What is hunspell-nl.noarch

Dutch hunspell dictionaries.

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

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

sudo yum -y install hunspell-nl.noarch

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

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

sudo yum remove hunspell-nl.noarch

hunspell-nl.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-nl-2.10
/usr/share/doc/hunspell-nl-2.10/README_nl_NL.txt
/usr/share/doc/hunspell-nl-2.10/desc_en_US.txt
/usr/share/doc/hunspell-nl-2.10/desc_nl_NL.txt
/usr/share/doc/hunspell-nl-2.10/license_en_EN.txt
/usr/share/doc/hunspell-nl-2.10/licentie_nl_NL.txt
/usr/share/myspell/nl_AW.aff
/usr/share/myspell/nl_AW.dic
/usr/share/myspell/nl_BE.aff
/usr/share/myspell/nl_BE.dic
/usr/share/myspell/nl_NL.aff
/usr/share/myspell/nl_NL.dic

References

Summary

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