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

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

Introduction

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

What is hunspell-uz.noarch

Uzbek hunspell dictionaries.

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

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

sudo yum -y install hunspell-uz.noarch

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

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

sudo yum remove hunspell-uz.noarch

hunspell-uz.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-uz-0.6
/usr/share/doc/hunspell-uz-0.6/COPYING
/usr/share/doc/hunspell-uz-0.6/ChangeLog
/usr/share/doc/hunspell-uz-0.6/Copyright
/usr/share/doc/hunspell-uz-0.6/README
/usr/share/doc/hunspell-uz-0.6/README.hunspell
/usr/share/doc/hunspell-uz-0.6/TODO
/usr/share/myspell/uz_UZ.aff
/usr/share/myspell/uz_UZ.dic

References

Summary

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