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

Last updated: July 02,2024

1. Install "python311-coverage" package

In this section, we are going to explain the necessary steps to install python311-coverage on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-coverage

2. Uninstall "python311-coverage" package

In this section, we are going to explain the necessary steps to uninstall python311-coverage on openSuSE Tumbleweed:

$ sudo zypper remove python311-coverage

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

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

5. The same packages on other Linux Distributions