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