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

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

Introduction

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

What is libgexiv2-devel.x86_64

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

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

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

sudo yum -y install libgexiv2-devel.x86_64

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

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

sudo yum remove libgexiv2-devel.x86_64

libgexiv2-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/gexiv2
/usr/include/gexiv2/gexiv2-log.h
/usr/include/gexiv2/gexiv2-managed-stream.h
/usr/include/gexiv2/gexiv2-metadata.h
/usr/include/gexiv2/gexiv2-preview-image.h
/usr/include/gexiv2/gexiv2-preview-properties.h
/usr/include/gexiv2/gexiv2-startup.h
/usr/include/gexiv2/gexiv2-version.h
/usr/include/gexiv2/gexiv2.h
/usr/lib64/libgexiv2.so
/usr/lib64/pkgconfig/gexiv2.pc
/usr/share/gir-1.0/GExiv2-0.10.gir
/usr/share/vala
/usr/share/vala/vapi
/usr/share/vala/vapi/gexiv2.vapi

References

Summary

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