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

Last updated: July 01,2024

1. Install "python310-coverage" package

This guide let you learn how to install python310-coverage on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-coverage

2. Uninstall "python310-coverage" package

This guide let you learn how to uninstall python310-coverage on openSuSE Tumbleweed:

$ sudo zypper remove python310-coverage

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

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