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

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

Introduction

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

What is hunspell-br.noarch

Breton hunspell dictionaries.

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

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

sudo yum -y install hunspell-br.noarch

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

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

sudo yum remove hunspell-br.noarch

hunspell-br.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-br-0.8
/usr/share/doc/hunspell-br-0.8/LICENSES-en.txt
/usr/share/doc/hunspell-br-0.8/package-description.txt
/usr/share/myspell/br_FR.aff
/usr/share/myspell/br_FR.dic

References

Summary

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