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

Last updated: May 07,2024

1. Install "python36-nose2" package

This guide let you learn how to install python36-nose2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-nose2

2. Uninstall "python36-nose2" package

In this section, we are going to explain the necessary steps to uninstall python36-nose2 on openSuSE Tumbleweed:

$ sudo zypper remove python36-nose2

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

Information for package python36-nose2:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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.