How to Install and Uninstall python310-unittest-xml-reporting Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python310-unittest-xml-reporting" package

This guide covers the steps necessary to install python310-unittest-xml-reporting on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-unittest-xml-reporting

2. Uninstall "python310-unittest-xml-reporting" package

Please follow the guidance below to uninstall python310-unittest-xml-reporting on openSuSE Tumbleweed:

$ sudo zypper remove python310-unittest-xml-reporting

3. Information about the python310-unittest-xml-reporting package on openSuSE Tumbleweed

Information for package python310-unittest-xml-reporting:
---------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-unittest-xml-reporting
Version : 3.2.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 100.8 KiB
Installed : No
Status : not installed
Source package : python-unittest-xml-reporting-3.2.0-1.1.src
Upstream URL : https://github.com/xmlrunner/unittest-xml-reporting
Summary : PyUnit-based test runner with JUnit like XML reporting
Description :
unittest-xml-reporting is a unittest test runner that can save test results
to XML files that can be consumed by a wide range of tools, such as build
systems, IDEs and continuous integration servers.