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