How to Install and Uninstall python2-nose.noarch Package on CentOS Stream 8

Last updated: May 04,2024

1. Install "python2-nose.noarch" package

Please follow the step by step instructions below to install python2-nose.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python2-nose.noarch

2. Uninstall "python2-nose.noarch" package

Please follow the step by step instructions below to uninstall python2-nose.noarch on CentOS Stream 8:

$ sudo dnf remove python2-nose.noarch $ sudo dnf autoremove

3. Information about the python2-nose.noarch package on CentOS Stream 8

Last metadata expiration check: 1:03:07 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python2-nose
Version : 1.3.7
Release : 31.module_el8+570+db61b4f9
Architecture : noarch
Size : 301 k
Source : python-nose-1.3.7-31.module_el8+570+db61b4f9.src.rpm
Repository : appstream
Summary : Nose Documentation
URL : https://nose.readthedocs.org/en/latest/
License : LGPLv2+ and Public Domain
Description : nose extends the test loading and running features of unit test, making
: it easier to write, find and run tests.
:
: By default, nose will run tests in files or directories under the
: current working directory whose names include "test" or "Test" at a
: word boundary (like "test_this" or "functional_test" or "TestClass"
: but not "libtest"). Test output is similar to that of unit test, but
: also includes captured stdout output from failing tests, for easy
: print-style debugging.
:
: These features, and many more, are customizable through the use of
: plugins. Plugins included with nose provide support for doctest, code
: coverage and profiling, flexible attribute-based test selection,
: output capture and more.