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

In this tutorial we learn how to install hunspell-hsb.noarch in Amazon Linux 2. hunspell-hsb.noarch is Upper Sorbian hunspell dictionaries

Introduction

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

What is hunspell-hsb.noarch

Upper Sorbian hunspell dictionaries.

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

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

sudo yum -y install hunspell-hsb.noarch

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

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

sudo yum remove hunspell-hsb.noarch

hunspell-hsb.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-hsb-0.20060327.3
/usr/share/doc/hunspell-hsb-0.20060327.3/COPYING
/usr/share/doc/hunspell-hsb-0.20060327.3/README
/usr/share/myspell/hsb_DE.aff
/usr/share/myspell/hsb_DE.dic

References

Summary

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