How to Install and Uninstall python2-coverage Package on openSUSE Leap

Last updated: April 29,2024

1. Install "python2-coverage" package

This guide covers the steps necessary to install python2-coverage on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-coverage

2. Uninstall "python2-coverage" package

This guide covers the steps necessary to uninstall python2-coverage on openSUSE Leap:

$ sudo zypper remove python2-coverage

3. Information about the python2-coverage package on openSUSE Leap

Information for package python2-coverage:
-----------------------------------------
Repository : Main Repository
Name : python2-coverage
Version : 4.4.2-1.21
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : python-coverage-4.4.2-1.21.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.

5. The same packages on other Linux Distributions