How to Install and Uninstall python3-testscenarios.noarch Package on CentOS 8 / RHEL 8

Last updated: May 19,2024

1. Install "python3-testscenarios.noarch" package

Learn how to install python3-testscenarios.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-testscenarios.noarch

2. Uninstall "python3-testscenarios.noarch" package

Please follow the instructions below to uninstall python3-testscenarios.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-testscenarios.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:07:43 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-testscenarios
Version : 0.5.0
Release : 18.el8
Architecture : noarch
Size : 40 k
Source : python-testscenarios-0.5.0-18.el8.src.rpm
Repository : epel
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).