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

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

Introduction

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

What is glew-devel.x86_64

Development files for glew

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

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

sudo yum -y install glew-devel.x86_64

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

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

sudo yum remove glew-devel.x86_64

glew-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/GL/glew.h
/usr/include/GL/glxew.h
/usr/include/GL/wglew.h
/usr/lib64/libGLEW.so
/usr/lib64/libGLEWmx.so
/usr/lib64/pkgconfig/glew.pc
/usr/lib64/pkgconfig/glewmx.pc
/usr/share/doc/glew-devel-1.10.0
/usr/share/doc/glew-devel-1.10.0/advanced.html
/usr/share/doc/glew-devel-1.10.0/basic.html
/usr/share/doc/glew-devel-1.10.0/build.html
/usr/share/doc/glew-devel-1.10.0/credits.html
/usr/share/doc/glew-devel-1.10.0/glew.css
/usr/share/doc/glew-devel-1.10.0/glew.html
/usr/share/doc/glew-devel-1.10.0/glew.png
/usr/share/doc/glew-devel-1.10.0/glew.txt
/usr/share/doc/glew-devel-1.10.0/glxew.html
/usr/share/doc/glew-devel-1.10.0/gpl.txt
/usr/share/doc/glew-devel-1.10.0/index.html
/usr/share/doc/glew-devel-1.10.0/install.html
/usr/share/doc/glew-devel-1.10.0/khronos.txt
/usr/share/doc/glew-devel-1.10.0/log.html
/usr/share/doc/glew-devel-1.10.0/mesa.txt
/usr/share/doc/glew-devel-1.10.0/new.png
/usr/share/doc/glew-devel-1.10.0/ogl_sm.jpg
/usr/share/doc/glew-devel-1.10.0/wglew.html

References

Summary

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