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

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

Introduction

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

What is libepoxy-devel.x86_64

This package contains libraries and header files for developing applications that use libepoxy.

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

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

sudo yum -y install libepoxy-devel.x86_64

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

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

sudo yum remove libepoxy-devel.x86_64

libepoxy-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/epoxy
/usr/include/epoxy/egl.h
/usr/include/epoxy/egl_generated.h
/usr/include/epoxy/gl.h
/usr/include/epoxy/gl_generated.h
/usr/include/epoxy/glx.h
/usr/include/epoxy/glx_generated.h
/usr/lib64/libepoxy.so
/usr/lib64/pkgconfig/epoxy.pc

References

Summary

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