How To Install libglvnd-gles.i686 on Amazon Linux 2
In this tutorial we learn how to install libglvnd-gles.i686 in Amazon Linux 2. libglvnd-gles.i686 is GLES support for libglvnd
Introduction
In this tutorial we learn how to install libglvnd-gles.i686 on Amazon Linux 2.
What is libglvnd-gles.i686
libGLESv[12] are the common dispatch interface for the GLES API.
We can use yum to install libglvnd-gles.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libglvnd-gles.i686.
Install libglvnd-gles.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-gles.i686 using yum by running the following command:
sudo yum -y install libglvnd-gles.i686
How To Uninstall libglvnd-gles.i686 on Amazon Linux 2
To uninstall only the libglvnd-gles.i686 package we can use the following command:
sudo yum remove libglvnd-gles.i686
libglvnd-gles.i686 Package Contents on Amazon Linux 2
/usr/lib/libGLESv1_CM.so.1
/usr/lib/libGLESv1_CM.so.1.2.0
/usr/lib/libGLESv2.so.2
/usr/lib/libGLESv2.so.2.1.0
References
Summary
In this tutorial we learn how to install libglvnd-gles.i686 on Amazon Linux 2 using yum.