How To Install lvm2-python-libs.x86_64 on Amazon Linux 2
In this tutorial we learn how to install lvm2-python-libs.x86_64 in Amazon Linux 2. lvm2-python-libs.x86_64 is Python module to access LVM
Introduction
In this tutorial we learn how to install lvm2-python-libs.x86_64 on Amazon Linux 2.
What is lvm2-python-libs.x86_64
Python module to allow the creation and use of LVM logical volumes, physical volumes, and volume groups.
We can use yum to install lvm2-python-libs.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install lvm2-python-libs.x86_64.
Install lvm2-python-libs.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 lvm2-python-libs.x86_64 using yum by running the following command:
sudo yum -y install lvm2-python-libs.x86_64
How To Uninstall lvm2-python-libs.x86_64 on Amazon Linux 2
To uninstall only the lvm2-python-libs.x86_64 package we can use the following command:
sudo yum remove lvm2-python-libs.x86_64
lvm2-python-libs.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/python2.7/site-packages/lvm-2.02.187_2_RHEL7._2020_03_24_-py2.7.egg-info
/usr/lib64/python2.7/site-packages/lvm.so
References
Summary
In this tutorial we learn how to install lvm2-python-libs.x86_64 on Amazon Linux 2 using yum.