How to Install and Uninstall python2-nose2 Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python2-nose2" package

Learn how to install python2-nose2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-nose2

2. Uninstall "python2-nose2" package

In this section, we are going to explain the necessary steps to uninstall python2-nose2 on openSUSE Leap:

$ sudo zypper remove python2-nose2

3. Information about the python2-nose2 package on openSUSE Leap

Information for package python2-nose2:
--------------------------------------
Repository : Main Repository
Name : python2-nose2
Version : 0.9.1-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-nose2-0.9.1-bp153.1.17.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.