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

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

Introduction

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

What is gtkspell-devel.x86_64

The gtkspell-devel package provides header files for developing applications which use GtkSpell.

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

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

sudo yum -y install gtkspell-devel.x86_64

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

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

sudo yum remove gtkspell-devel.x86_64

gtkspell-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/gtkspell-2.0
/usr/include/gtkspell-2.0/gtkspell
/usr/include/gtkspell-2.0/gtkspell/gtkspell.h
/usr/lib64/libgtkspell.so
/usr/lib64/pkgconfig/gtkspell-2.0.pc
/usr/share/gtk-doc/html/gtkspell
/usr/share/gtk-doc/html/gtkspell/chapter-tutorial.html
/usr/share/gtk-doc/html/gtkspell/gtkspell-gtkspell.html
/usr/share/gtk-doc/html/gtkspell/gtkspell.devhelp
/usr/share/gtk-doc/html/gtkspell/gtkspell.devhelp2
/usr/share/gtk-doc/html/gtkspell/home.png
/usr/share/gtk-doc/html/gtkspell/index.html
/usr/share/gtk-doc/html/gtkspell/index.sgml
/usr/share/gtk-doc/html/gtkspell/left.png
/usr/share/gtk-doc/html/gtkspell/reference.html
/usr/share/gtk-doc/html/gtkspell/right.png
/usr/share/gtk-doc/html/gtkspell/style.css
/usr/share/gtk-doc/html/gtkspell/tutorial-building.html
/usr/share/gtk-doc/html/gtkspell/tutorial.html
/usr/share/gtk-doc/html/gtkspell/up.png

References

Summary

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