How to Install and Uninstall python3-testscenarios.noarch Package on Rocky Linux 9

Last updated: September 23,2024

1. Install "python3-testscenarios.noarch" package

In this section, we are going to explain the necessary steps to install python3-testscenarios.noarch on Rocky Linux 9

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

2. Uninstall "python3-testscenarios.noarch" package

Please follow the step by step instructions below to uninstall python3-testscenarios.noarch on Rocky Linux 9:

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

3. Information about the python3-testscenarios.noarch package on Rocky Linux 9

Last metadata expiration check: 2:32:28 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-testscenarios
Version : 0.5.0
Release : 25.el9
Architecture : noarch
Size : 37 k
Source : python-testscenarios-0.5.0-25.el9.src.rpm
Repository : epel
Summary : Testscenarios, a pyunit extension for dependency injection
URL : https://github.com/testing-cabal/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).