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

Last updated: May 07,2024

1. Install "python3-test.x86_64" package

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

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

2. Uninstall "python3-test.x86_64" package

This tutorial shows how to uninstall python3-test.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python3-test
Arch : x86_64
Version : 3.7.10
Release : 1.amzn2.0.1
Size : 7.6 M
Repo : amzn2-core/2/x86_64
Summary : The self-test suite for the main python3 package
URL : https://www.python.org/
License : Python
Description : The self-test suite for the Python interpreter.
:
: This is only useful to test Python itself. For testing general
: Python code, you should use the unittest module from python3-libs,
: or a library such as python3-pytest or python3-nose.