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

In this tutorial we learn how to install gspell-devel.x86_64 in Amazon Linux 2. gspell-devel.x86_64 is Development files for gspell

Introduction

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

What is gspell-devel.x86_64

The gspell-devel package contains libraries and header files for developing applications that use gspell.

We can use yum to install gspell-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 gspell-devel.x86_64.

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

sudo yum -y install gspell-devel.x86_64

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

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

sudo yum remove gspell-devel.x86_64

gspell-devel.x86_64 Package Contents on Amazon Linux 2

/usr/bin/gspell-app1
/usr/include/gspell-1
/usr/include/gspell-1/gspell
/usr/include/gspell-1/gspell/gspell-checker-dialog.h
/usr/include/gspell-1/gspell/gspell-checker.h
/usr/include/gspell-1/gspell/gspell-entry-buffer.h
/usr/include/gspell-1/gspell/gspell-entry.h
/usr/include/gspell-1/gspell/gspell-enum-types.h
/usr/include/gspell-1/gspell/gspell-language-chooser-button.h
/usr/include/gspell-1/gspell/gspell-language-chooser-dialog.h
/usr/include/gspell-1/gspell/gspell-language-chooser.h
/usr/include/gspell-1/gspell/gspell-language.h
/usr/include/gspell-1/gspell/gspell-navigator-text-view.h
/usr/include/gspell-1/gspell/gspell-navigator.h
/usr/include/gspell-1/gspell/gspell-text-buffer.h
/usr/include/gspell-1/gspell/gspell-text-view.h
/usr/include/gspell-1/gspell/gspell-version.h
/usr/include/gspell-1/gspell/gspell.h
/usr/lib64/libgspell-1.so
/usr/lib64/pkgconfig/gspell-1.pc
/usr/share/gir-1.0
/usr/share/gir-1.0/Gspell-1.gir
/usr/share/vala
/usr/share/vala/vapi
/usr/share/vala/vapi/gspell-1.deps
/usr/share/vala/vapi/gspell-1.vapi

References

Summary

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