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

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

Introduction

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

What is libgepub-devel.x86_64

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

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

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

sudo yum -y install libgepub-devel.x86_64

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

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

sudo yum remove libgepub-devel.x86_64

libgepub-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libgepub-0.6
/usr/include/libgepub-0.6/gepub-archive.h
/usr/include/libgepub-0.6/gepub-doc.h
/usr/include/libgepub-0.6/gepub-text-chunk.h
/usr/include/libgepub-0.6/gepub-widget.h
/usr/include/libgepub-0.6/gepub.h
/usr/lib64/libgepub-0.6.so
/usr/lib64/pkgconfig/libgepub-0.6.pc
/usr/share/gir-1.0
/usr/share/gir-1.0/Gepub-0.6.gir

References

Summary

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