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

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

Introduction

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

What is hunspell-vi.noarch

Vietnamese hunspell dictionaries.

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

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

sudo yum -y install hunspell-vi.noarch

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

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

sudo yum remove hunspell-vi.noarch

hunspell-vi.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-vi-0.20080604
/usr/share/doc/hunspell-vi-0.20080604/Copyright
/usr/share/doc/hunspell-vi-0.20080604/README_vi_VN.txt
/usr/share/myspell/vi_VN.aff
/usr/share/myspell/vi_VN.dic

References

Summary

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