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