How To Install pytalloc.i686 on Amazon Linux 2
In this tutorial we learn how to install pytalloc.i686 in Amazon Linux 2. pytalloc.i686 is Developer tools for the Talloc library
Introduction
In this tutorial we learn how to install pytalloc.i686 on Amazon Linux 2.
What is pytalloc.i686
Pytalloc libraries for creating python bindings using talloc
We can use yum to install pytalloc.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pytalloc.i686.
Install pytalloc.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 pytalloc.i686 using yum by running the following command:
sudo yum -y install pytalloc.i686
How To Uninstall pytalloc.i686 on Amazon Linux 2
To uninstall only the pytalloc.i686 package we can use the following command:
sudo yum remove pytalloc.i686
pytalloc.i686 Package Contents on Amazon Linux 2
/usr/lib/libpytalloc-util.so.2
/usr/lib/libpytalloc-util.so.2.1.16
/usr/lib/python2.7/site-packages/talloc.so
References
Summary
In this tutorial we learn how to install pytalloc.i686 on Amazon Linux 2 using yum.