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

In this tutorial we learn how to install finch-devel.x86_64 in Amazon Linux 2. finch-devel.x86_64 is Headers etc. for finch stuffs

Introduction

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

What is finch-devel.x86_64

The finch-devel package contains the header files, developer documentation, and libraries required for development of Finch scripts and plugins.

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

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

sudo yum -y install finch-devel.x86_64

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

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

sudo yum remove finch-devel.x86_64

finch-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/finch
/usr/include/finch/finch.h
/usr/include/finch/gntaccount.h
/usr/include/finch/gntblist.h
/usr/include/finch/gntcertmgr.h
/usr/include/finch/gntconn.h
/usr/include/finch/gntconv.h
/usr/include/finch/gntdebug.h
/usr/include/finch/gntft.h
/usr/include/finch/gntidle.h
/usr/include/finch/gntlog.h
/usr/include/finch/gntmedia.h
/usr/include/finch/gntnotify.h
/usr/include/finch/gntplugin.h
/usr/include/finch/gntpounce.h
/usr/include/finch/gntprefs.h
/usr/include/finch/gntrequest.h
/usr/include/finch/gntroomlist.h
/usr/include/finch/gntsound.h
/usr/include/finch/gntstatus.h
/usr/include/finch/gntui.h
/usr/include/gnt
/usr/include/gnt/gnt.h
/usr/include/gnt/gntbindable.h
/usr/include/gnt/gntbox.h
/usr/include/gnt/gntbutton.h
/usr/include/gnt/gntcheckbox.h
/usr/include/gnt/gntclipboard.h
/usr/include/gnt/gntcolors.h
/usr/include/gnt/gntcombobox.h
/usr/include/gnt/gntentry.h
/usr/include/gnt/gntfilesel.h
/usr/include/gnt/gntkeys.h
/usr/include/gnt/gntlabel.h
/usr/include/gnt/gntline.h
/usr/include/gnt/gntmarshal.h
/usr/include/gnt/gntmenu.h
/usr/include/gnt/gntmenuitem.h
/usr/include/gnt/gntmenuitemcheck.h
/usr/include/gnt/gntprogressbar.h
/usr/include/gnt/gntslider.h
/usr/include/gnt/gntstyle.h
/usr/include/gnt/gnttextview.h
/usr/include/gnt/gnttree.h
/usr/include/gnt/gntutils.h
/usr/include/gnt/gntwidget.h
/usr/include/gnt/gntwindow.h
/usr/include/gnt/gntwm.h
/usr/include/gnt/gntws.h
/usr/lib64/libgnt.so
/usr/lib64/pkgconfig/finch.pc
/usr/lib64/pkgconfig/gnt.pc

References

Summary

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