How to Install and Uninstall python3-pytest.noarch Package on Amazon Linux 2

Last updated: January 10,2025

1. Install "python3-pytest.noarch" package

This is a short guide on how to install python3-pytest.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-pytest.noarch

2. Uninstall "python3-pytest.noarch" package

Here is a brief guide to show you how to uninstall python3-pytest.noarch on Amazon Linux 2:

$ sudo yum remove python3-pytest.noarch $ sudo yum autoremove

3. Information about the python3-pytest.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-pytest
Arch : noarch
Version : 2.9.2
Release : 4.amzn2.0.3
Size : 1.0 M
Repo : amzn2-core/2/x86_64
Summary : Simple powerful testing with Python
URL : http://pytest.org
License : MIT
Description : py.test provides simple, yet powerful testing for Python.