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

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

Introduction

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

What is hunspell-bg.noarch

Bulgarian hunspell dictionaries.

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

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

sudo yum -y install hunspell-bg.noarch

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

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

sudo yum remove hunspell-bg.noarch

hunspell-bg.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-bg-4.3
/usr/share/doc/hunspell-bg-4.3/ChangeLog
/usr/share/doc/hunspell-bg-4.3/Copyright
/usr/share/doc/hunspell-bg-4.3/GPL-2.0.txt
/usr/share/doc/hunspell-bg-4.3/LGPL-2.1.txt
/usr/share/doc/hunspell-bg-4.3/MPL-1.1.txt
/usr/share/doc/hunspell-bg-4.3/README.bulgarian
/usr/share/myspell/bg_BG.aff
/usr/share/myspell/bg_BG.dic

References

Summary

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