How to Install and Uninstall python-test.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "python-test.x86_64" package

Please follow the steps below to install python-test.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-test.x86_64

2. Uninstall "python-test.x86_64" package

This guide let you learn how to uninstall python-test.x86_64 on Amazon Linux 2:

$ sudo yum remove python-test.x86_64 $ sudo yum autoremove

3. Information about the python-test.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-test
Arch : x86_64
Version : 2.7.18
Release : 1.amzn2.0.4
Size : 4.7 M
Repo : amzn2-core/2/x86_64
Summary : The test modules from the main python package
URL : http://www.python.org/
License : Python
Description :
: The test modules from the main python package: python
: These have been removed to save space, as they are never or almost
: never used in production.
:
: You might want to install the python-test package if you're
: developing python code that uses more than just unittest and/or
: test_support.py.