How To Install openlmi-python-test.noarch on Amazon Linux 2
In this tutorial we learn how to install openlmi-python-test.noarch in Amazon Linux 2. openlmi-python-test.noarch is OpenLMI test utilities
Introduction
In this tutorial we learn how to install openlmi-python-test.noarch on Amazon Linux 2.
What is openlmi-python-test.noarch
The openlmi-python-test package contains test utilities and base classes for provider test cases.
We can use yum to install openlmi-python-test.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install openlmi-python-test.noarch.
Install openlmi-python-test.noarch 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 openlmi-python-test.noarch using yum by running the following command:
sudo yum -y install openlmi-python-test.noarch
How To Uninstall openlmi-python-test.noarch on Amazon Linux 2
To uninstall only the openlmi-python-test.noarch package we can use the following command:
sudo yum remove openlmi-python-test.noarch
openlmi-python-test.noarch Package Contents on Amazon Linux 2
/usr/lib/python2.7/site-packages/lmi/test
/usr/lib/python2.7/site-packages/lmi/test/__init__.py
/usr/lib/python2.7/site-packages/lmi/test/__init__.pyc
/usr/lib/python2.7/site-packages/lmi/test/__init__.pyo
/usr/lib/python2.7/site-packages/lmi/test/base.py
/usr/lib/python2.7/site-packages/lmi/test/base.pyc
/usr/lib/python2.7/site-packages/lmi/test/base.pyo
/usr/lib/python2.7/site-packages/lmi/test/cimbase.py
/usr/lib/python2.7/site-packages/lmi/test/cimbase.pyc
/usr/lib/python2.7/site-packages/lmi/test/cimbase.pyo
/usr/lib/python2.7/site-packages/lmi/test/ind.py
/usr/lib/python2.7/site-packages/lmi/test/ind.pyc
/usr/lib/python2.7/site-packages/lmi/test/ind.pyo
/usr/lib/python2.7/site-packages/lmi/test/lmibase.py
/usr/lib/python2.7/site-packages/lmi/test/lmibase.pyc
/usr/lib/python2.7/site-packages/lmi/test/lmibase.pyo
/usr/lib/python2.7/site-packages/lmi/test/util.py
/usr/lib/python2.7/site-packages/lmi/test/util.pyc
/usr/lib/python2.7/site-packages/lmi/test/util.pyo
/usr/share/doc/openlmi-python-test-0.5.0
/usr/share/doc/openlmi-python-test-0.5.0/COPYING
/usr/share/doc/openlmi-python-test-0.5.0/README
References
Summary
In this tutorial we learn how to install openlmi-python-test.noarch on Amazon Linux 2 using yum.