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

Last updated: June 26,2024

1. Install "python312-coverage" package

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

$ sudo zypper refresh $ sudo zypper install python312-coverage

2. Uninstall "python312-coverage" package

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

$ sudo zypper remove python312-coverage

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

Information for package python312-coverage:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-coverage
Version : 7.3.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.7 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.