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

In this tutorial we learn how to install iniparser-devel.x86_64 in Amazon Linux 2. iniparser-devel.x86_64 is Header files, libraries and development documentation for

Introduction

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

What is iniparser-devel.x86_64

This package contains the header files, static libraries and development documentation for iniparser. If you like to develop programs using iniparser, you will need to install iniparser-devel.

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

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

sudo yum -y install iniparser-devel.x86_64

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

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

sudo yum remove iniparser-devel.x86_64

iniparser-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/dictionary.h
/usr/include/iniparser.h
/usr/lib64/libiniparser.so

References

Summary

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