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

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

Introduction

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

What is hunspell-cy.noarch

Welsh hunspell dictionaries.

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

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

sudo yum -y install hunspell-cy.noarch

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

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

sudo yum remove hunspell-cy.noarch

hunspell-cy.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-cy-0.20040425
/usr/share/doc/hunspell-cy-0.20040425/README_cy_GB.txt
/usr/share/myspell/cy_GB.aff
/usr/share/myspell/cy_GB.dic

References

Summary

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