How To Install hunspell-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install hunspell-devel.x86_64 in Amazon Linux 2. hunspell-devel.x86_64 is Files for developing with hunspell

Introduction

In this tutorial we learn how to install hunspell-devel.x86_64 on Amazon Linux 2.

What is hunspell-devel.x86_64

Includes and definitions for developing with hunspell

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

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

sudo yum -y install hunspell-devel.x86_64

How To Uninstall hunspell-devel.x86_64 on Amazon Linux 2

To uninstall only the hunspell-devel.x86_64 package we can use the following command:

sudo yum remove hunspell-devel.x86_64

hunspell-devel.x86_64 Package Contents on Amazon Linux 2

/usr/bin/affixcompress
/usr/bin/analyze
/usr/bin/chmorph
/usr/bin/hunzip
/usr/bin/hzip
/usr/bin/ispellaff2myspell
/usr/bin/makealias
/usr/bin/munch
/usr/bin/unmunch
/usr/bin/wordforms
/usr/bin/wordlist2hunspell
/usr/include/hunspell
/usr/include/hunspell/affentry.hxx
/usr/include/hunspell/affixmgr.hxx
/usr/include/hunspell/atypes.hxx
/usr/include/hunspell/baseaffix.hxx
/usr/include/hunspell/csutil.hxx
/usr/include/hunspell/dictmgr.hxx
/usr/include/hunspell/filemgr.hxx
/usr/include/hunspell/hashmgr.hxx
/usr/include/hunspell/htypes.hxx
/usr/include/hunspell/hunspell.h
/usr/include/hunspell/hunspell.hxx
/usr/include/hunspell/hunvisapi.h
/usr/include/hunspell/hunzip.hxx
/usr/include/hunspell/langnum.hxx
/usr/include/hunspell/phonet.hxx
/usr/include/hunspell/replist.hxx
/usr/include/hunspell/suggestmgr.hxx
/usr/include/hunspell/w_char.hxx
/usr/lib64/libhunspell-1.3.so
/usr/lib64/pkgconfig/hunspell.pc
/usr/share/man/man1/hunzip.1.gz
/usr/share/man/man1/hzip.1.gz
/usr/share/man/man3/hunspell.3.gz

References

Summary

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