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

Last updated: May 18,2024

1. Install "python3-testscenarios.noarch" package

Learn how to install python3-testscenarios.noarch on Amazon Linux 2

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

2. Uninstall "python3-testscenarios.noarch" package

Learn how to uninstall python3-testscenarios.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python3-testscenarios
Arch : noarch
Version : 0.5.0
Release : 18.amzn2.0.2
Size : 37 k
Repo : amzn2-core/2/x86_64
Summary : Testscenarios, a pyunit extension for dependency injection
URL : https://launchpad.net/testscenarios
License : ASL 2.0 and BSD
Description : testscenarios provides clean dependency injection for python
: unittest style tests. This can be used for interface testing
: (testing many implementations via a single test suite) or for
: classic dependency injection (provide tests with dependencies
: externally to the test code itself, allowing easy testing in
: different situations).