How To Install libglvnd-egl.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libglvnd-egl.x86_64 in Amazon Linux 2. libglvnd-egl.x86_64 is EGL support for libglvnd
Introduction
In this tutorial we learn how to install libglvnd-egl.x86_64 on Amazon Linux 2.
What is libglvnd-egl.x86_64
libEGL are the common dispatch interface for the EGL API.
We can use yum to install libglvnd-egl.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libglvnd-egl.x86_64.
Install libglvnd-egl.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 libglvnd-egl.x86_64 using yum by running the following command:
sudo yum -y install libglvnd-egl.x86_64
How To Uninstall libglvnd-egl.x86_64 on Amazon Linux 2
To uninstall only the libglvnd-egl.x86_64 package we can use the following command:
sudo yum remove libglvnd-egl.x86_64
libglvnd-egl.x86_64 Package Contents on Amazon Linux 2
/etc/egl
/etc/egl/egl_external_platform.d
/etc/glvnd/egl_vendor.d
/usr/lib64/libEGL.so.1
/usr/lib64/libEGL.so.1.1.0
/usr/share/egl
/usr/share/egl/egl_external_platform.d
/usr/share/glvnd/egl_vendor.d
References
Summary
In this tutorial we learn how to install libglvnd-egl.x86_64 on Amazon Linux 2 using yum.