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

Last updated: July 05,2024

1. Install "python39-coverage" package

Here is a brief guide to show you how to install python39-coverage on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-coverage

2. Uninstall "python39-coverage" package

Here is a brief guide to show you how to uninstall python39-coverage on openSuSE Tumbleweed:

$ sudo zypper remove python39-coverage

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

Information for package python39-coverage:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-coverage
Version : 7.3.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-coverage-7.3.2-1.2.src
Upstream URL : https://github.com/nedbat/coveragepy
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.