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

Last updated: May 18,2024

1. Install "python3-nose.noarch" package

This is a short guide on how to install python3-nose.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-nose.noarch" package

Learn how to uninstall python3-nose.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 7:58:20 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-nose
Version : 1.3.7
Release : 30.module_el8.3.0+562+e162826a
Architecture : noarch
Size : 270 k
Source : python-nose-1.3.7-30.module_el8.3.0+562+e162826a.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.