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

Last updated: April 25,2024

1. Install "python36-coverage" package

This is a short guide on how to install python36-coverage on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-coverage

2. Uninstall "python36-coverage" package

This guide covers the steps necessary to uninstall python36-coverage on openSuSE Tumbleweed:

$ sudo zypper remove python36-coverage

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

Information for package python36-coverage:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-coverage
Version : 5.5-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : python-coverage-5.5-1.3.src
Summary : Code coverage measurement for Python
Description :
Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard
library to determine which lines are executable, and which have been executed.