How to Install and Uninstall python3-coverage Package on openSUSE Leap
Last updated: November 22,2024
1. Install "python3-coverage" package
This is a short guide on how to install python3-coverage on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-coverage
Copied
2. Uninstall "python3-coverage" package
Learn how to uninstall python3-coverage on openSUSE Leap:
$
sudo zypper remove
python3-coverage
Copied
3. Information about the python3-coverage package on openSUSE Leap
Information for package python3-coverage:
-----------------------------------------
Repository : Main Repository
Name : python3-coverage
Version : 4.5.4-150000.3.3.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-coverage-4.5.4-150000.3.3.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.
-----------------------------------------
Repository : Main Repository
Name : python3-coverage
Version : 4.5.4-150000.3.3.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-coverage-4.5.4-150000.3.3.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.