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

Last updated: October 12,2024

1. Install "python3-nose2.noarch" package

Please follow the instructions below to install python3-nose2.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-nose2.noarch" package

This tutorial shows how to uninstall python3-nose2.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:34:33 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-nose2
Version : 0.11.0
Release : 1.el8
Architecture : noarch
Size : 262 k
Source : python-nose2-0.11.0-1.el8.src.rpm
Repository : epel
Summary : The successor to nose, based on unittest2
URL : https://nose2.io/
License : BSD
Description :
: nose2 is the successor to nose.
:
: It’s unittest with plugins.
:
: nose2’s purpose is to extend unittest to make testing nicer and easier to
: understand.