How to Install and Uninstall python2-python-subunit Package on openSUSE Leap

Last updated: July 08,2024

1. Install "python2-python-subunit" package

Please follow the guidance below to install python2-python-subunit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-python-subunit

2. Uninstall "python2-python-subunit" package

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

$ sudo zypper remove python2-python-subunit

3. Information about the python2-python-subunit package on openSUSE Leap

Information for package python2-python-subunit:
-----------------------------------------------
Repository : Main Repository
Name : python2-python-subunit
Version : 1.3.0-6.2.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 775,4 KiB
Installed : No
Status : not installed
Source package : python-python-subunit-1.3.0-6.2.4.src
Summary : Python implementation of subunit test streaming protocol
Description :
Subunit is a streaming protocol for test results. The protocol is human
readable. The components of the protocol conceptually fit into the xUnit
TestCase->TestResult interaction.
Subunit comes with command line filters to process a subunit stream and
language bindings for python, C, C++ and shell.