How to Install and Uninstall python3-stestr.noarch Package on Fedora 34

Last updated: June 26,2024

1. Install "python3-stestr.noarch" package

Please follow the guidelines below to install python3-stestr.noarch on Fedora 34

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

2. Uninstall "python3-stestr.noarch" package

Please follow the steps below to uninstall python3-stestr.noarch on Fedora 34:

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

3. Information about the python3-stestr.noarch package on Fedora 34

Last metadata expiration check: 2:09:48 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-stestr
Version : 2.6.0
Release : 8.fc34~bootstrap
Architecture : noarch
Size : 160 k
Source : python-stestr-2.6.0-8.fc34~bootstrap.src.rpm
Repository : fedora
Summary : A test runner runner similar to testrepository
URL : https://pypi.python.org/pypi/stestr
License : ASL 2.0
Description :
: stestr is a fork of the testrepository that concentrates on being a
: dedicated test runner for python projects. The generic abstraction layers
: which enabled testr to work with any subunit emitting runner are gone.
: stestr hard codes python-subunit-isms into how it works.