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

Last updated: November 25,2024

1. Install "python3-nose-progressive.noarch" package

Please follow the guidance below to install python3-nose-progressive.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-nose-progressive.noarch

2. Uninstall "python3-nose-progressive.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-nose-progressive.noarch on Fedora 34:

$ sudo dnf remove python3-nose-progressive.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:35:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-nose-progressive
Version : 1.5.1
Release : 23.fc34
Architecture : noarch
Size : 53 k
Source : python-nose-progressive-1.5.1-23.fc34.src.rpm
Repository : fedora
Summary : Nose plugin to show a progress bar and tracebacks during tests
URL : https://github.com/erikrose/nose-progressive
License : GPLv2+
Description : nose-progressive is a nose plugin which displays progress in a stationary
: progress bar, freeing the rest of the screen (as well as the scrollback buffer)
: for the compact display of test failures, which it formats beautifully and
: usefully. It displays failures and errors as soon as they occur and avoids
: scrolling them off the screen in favor of less useful output. It also offers
: a number of other human-centric features to speed the debugging process.