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

Last updated: May 19,2024

1. Install "python3-nose.noarch" package

Here is a brief guide to show you how to install python3-nose.noarch on CentOS Stream 8

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

2. Uninstall "python3-nose.noarch" package

This is a short guide on how to uninstall python3-nose.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 1:12:22 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-nose
Version : 1.3.7
Release : 31.module_el8+762+77bd8591
Architecture : noarch
Size : 303 k
Source : python-nose-1.3.7-31.module_el8+762+77bd8591.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.
:
: This package installs the nose module and nosetests3 program that can discover
: python3 unit tests.