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

In this tutorial we learn how to install ilmbase-devel.x86_64 in Amazon Linux 2. ilmbase-devel.x86_64 is Headers and libraries for building apps that use ilmbase

Introduction

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

What is ilmbase-devel.x86_64

Headers and libraries for building apps that use ilmbase.

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

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

sudo yum -y install ilmbase-devel.x86_64

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

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

sudo yum remove ilmbase-devel.x86_64

ilmbase-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/OpenEXR
/usr/include/OpenEXR/Iex.h
/usr/include/OpenEXR/IexBaseExc.h
/usr/include/OpenEXR/IexErrnoExc.h
/usr/include/OpenEXR/IexMacros.h
/usr/include/OpenEXR/IexMathExc.h
/usr/include/OpenEXR/IexMathFloatExc.h
/usr/include/OpenEXR/IexMathFpu.h
/usr/include/OpenEXR/IexMathIeeeExc.h
/usr/include/OpenEXR/IexThrowErrnoExc.h
/usr/include/OpenEXR/IlmBaseConfig.h
/usr/include/OpenEXR/IlmThread.h
/usr/include/OpenEXR/IlmThreadMutex.h
/usr/include/OpenEXR/IlmThreadPool.h
/usr/include/OpenEXR/IlmThreadSemaphore.h
/usr/include/OpenEXR/ImathBox.h
/usr/include/OpenEXR/ImathBoxAlgo.h
/usr/include/OpenEXR/ImathColor.h
/usr/include/OpenEXR/ImathColorAlgo.h
/usr/include/OpenEXR/ImathEuler.h
/usr/include/OpenEXR/ImathExc.h
/usr/include/OpenEXR/ImathFrame.h
/usr/include/OpenEXR/ImathFrustum.h
/usr/include/OpenEXR/ImathFun.h
/usr/include/OpenEXR/ImathGL.h
/usr/include/OpenEXR/ImathGLU.h
/usr/include/OpenEXR/ImathHalfLimits.h
/usr/include/OpenEXR/ImathInt64.h
/usr/include/OpenEXR/ImathInterval.h
/usr/include/OpenEXR/ImathLimits.h
/usr/include/OpenEXR/ImathLine.h
/usr/include/OpenEXR/ImathLineAlgo.h
/usr/include/OpenEXR/ImathMath.h
/usr/include/OpenEXR/ImathMatrix.h
/usr/include/OpenEXR/ImathMatrixAlgo.h
/usr/include/OpenEXR/ImathPlane.h
/usr/include/OpenEXR/ImathPlatform.h
/usr/include/OpenEXR/ImathQuat.h
/usr/include/OpenEXR/ImathRandom.h
/usr/include/OpenEXR/ImathRoots.h
/usr/include/OpenEXR/ImathShear.h
/usr/include/OpenEXR/ImathSphere.h
/usr/include/OpenEXR/ImathVec.h
/usr/include/OpenEXR/ImathVecAlgo.h
/usr/include/OpenEXR/half.h
/usr/include/OpenEXR/halfFunction.h
/usr/include/OpenEXR/halfLimits.h
/usr/lib64/libHalf.so
/usr/lib64/libIex.so
/usr/lib64/libIexMath.so
/usr/lib64/libIlmThread.so
/usr/lib64/libImath.so
/usr/lib64/pkgconfig/IlmBase.pc

References

Summary

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