How to Install and Uninstall python2-nose.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 14,2024

1. Install "python2-nose.noarch" package

Please follow the guidelines below to install python2-nose.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python2-nose.noarch" package

Please follow the guidelines below to uninstall python2-nose.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python2-nose.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:02:45 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-nose
Version : 1.3.7
Release : 31.module+el8.9.0+19487+7dc18407
Architecture : noarch
Size : 270 k
Source : python-nose-1.3.7-31.module+el8.9.0+19487+7dc18407.src.rpm
Repository : ubi-8-appstream-rpms
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.