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

Last updated: May 19,2024

1. Install "python38-coverage" package

Please follow the instructions below to install python38-coverage on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-coverage

2. Uninstall "python38-coverage" package

Please follow the guidelines below to uninstall python38-coverage on openSuSE Tumbleweed:

$ sudo zypper remove python38-coverage

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

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