How To Install libepoxy.i686 on Amazon Linux 2
In this tutorial we learn how to install libepoxy.i686 in Amazon Linux 2. libepoxy.i686 is epoxy runtime library
Introduction
In this tutorial we learn how to install libepoxy.i686 on Amazon Linux 2.
What is libepoxy.i686
A library for handling OpenGL function pointer management.
We can use yum to install libepoxy.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libepoxy.i686.
Install libepoxy.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 libepoxy.i686 using yum by running the following command:
sudo yum -y install libepoxy.i686
How To Uninstall libepoxy.i686 on Amazon Linux 2
To uninstall only the libepoxy.i686 package we can use the following command:
sudo yum remove libepoxy.i686
libepoxy.i686 Package Contents on Amazon Linux 2
/usr/lib/libepoxy.so.0
/usr/lib/libepoxy.so.0.0.0
/usr/share/doc/libepoxy-1.3.1
/usr/share/doc/libepoxy-1.3.1/README.md
References
Summary
In this tutorial we learn how to install libepoxy.i686 on Amazon Linux 2 using yum.