How To Install mesa-libxatracker.i686 on Amazon Linux 2
In this tutorial we learn how to install mesa-libxatracker.i686 in Amazon Linux 2. mesa-libxatracker.i686 is Mesa XA state tracker for vmware
Introduction
In this tutorial we learn how to install mesa-libxatracker.i686
on Amazon Linux 2.
What is mesa-libxatracker.i686
Mesa XA state tracker for vmware
We can use yum
to install mesa-libxatracker.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install mesa-libxatracker.i686.
Install mesa-libxatracker.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 mesa-libxatracker.i686
using yum
by running the following command:
sudo yum -y install mesa-libxatracker.i686
How To Uninstall mesa-libxatracker.i686 on Amazon Linux 2
To uninstall only the mesa-libxatracker.i686
package we can use the following command:
sudo yum remove mesa-libxatracker.i686
mesa-libxatracker.i686 Package Contents on Amazon Linux 2
/usr/lib/libxatracker.so.2
/usr/lib/libxatracker.so.2.4.0
References
Summary
In this tutorial we learn how to install mesa-libxatracker.i686
on Amazon Linux 2 using yum.