How to Install and Uninstall python2-nose.noarch Package on Rocky Linux 8

Last updated: September 28,2024

1. Install "python2-nose.noarch" package

This guide covers the steps necessary to install python2-nose.noarch on Rocky Linux 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 Rocky Linux 8:

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

3. Information about the python2-nose.noarch package on Rocky Linux 8

Last metadata expiration check: 1:25:04 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python2-nose
Version : 1.3.7
Release : 31.module+el8.5.0+706+735ec4b3
Architecture : noarch
Size : 269 k
Source : python-nose-1.3.7-31.module+el8.5.0+706+735ec4b3.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.