How to Install and Uninstall python2-nose-progressive Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-nose-progressive" package

Please follow the guidance below to install python2-nose-progressive on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-nose-progressive

2. Uninstall "python2-nose-progressive" package

Please follow the guidelines below to uninstall python2-nose-progressive on openSUSE Leap:

$ sudo zypper remove python2-nose-progressive

3. Information about the python2-nose-progressive package on openSUSE Leap

Information for package python2-nose-progressive:
-------------------------------------------------
Repository : Main Repository
Name : python2-nose-progressive
Version : 1.5.2-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 169,7 KiB
Installed : No
Status : not installed
Source package : python-nose-progressive-1.5.2-bp153.1.15.src
Summary : A testrunner with a progress bar and smarter tracebacks
Description :
nose-progressive is a nose_ plugin which displays progress in a stationary 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.