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

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

Introduction

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

What is hunspell-lb.noarch

Luxembourgish hunspell dictionaries.

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

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

sudo yum -y install hunspell-lb.noarch

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

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

sudo yum remove hunspell-lb.noarch

hunspell-lb.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-lb-0.20121128
/usr/share/doc/hunspell-lb-0.20121128/README_lb_LU.txt
/usr/share/myspell/lb_LU.aff
/usr/share/myspell/lb_LU.dic

References

Summary

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