How to Install and Uninstall python38-nose2 Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python38-nose2" package

Here is a brief guide to show you how to install python38-nose2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-nose2

2. Uninstall "python38-nose2" package

Learn how to uninstall python38-nose2 on openSuSE Tumbleweed:

$ sudo zypper remove python38-nose2

3. Information about the python38-nose2 package on openSuSE Tumbleweed

Information for package python38-nose2:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-nose2
Version : 0.9.2-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1,3 MiB
Installed : No
Status : not installed
Source package : python-nose2-0.9.2-2.1.src
Summary : Second generation of the "nose" Python testing framework
Description :
nose2 is a new version of the nose unit testing framework,
supporting Python 2.6+ and 3.x, but not 2.4.
nose2 does not need a custom importer anymore and instead imports
modules with __import__. nose2 does not support all of the
test project layouts that nose did, and also does not
support package-level fixtures. Almost all configuration for nose2
is to be done through config files, not command-line options.