How to Install and Uninstall python2-coverage Package on openSUSE Leap
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-coverage" package
This guide covers the steps necessary to install python2-coverage on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-coverage
Copied
2. Uninstall "python2-coverage" package
This guide covers the steps necessary to uninstall python2-coverage on openSUSE Leap:
$
sudo zypper remove
python2-coverage
Copied
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.
-----------------------------------------
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.