How to Install and Uninstall python311-coverage Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python311-coverage" package
Please follow the instructions below to install python311-coverage on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-coverage
Copied
2. Uninstall "python311-coverage" package
Learn how to uninstall python311-coverage on openSUSE Leap:
$
sudo zypper remove
python311-coverage
Copied
3. Information about the python311-coverage package on openSUSE Leap
Information for package python311-coverage:
-------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-coverage
Version : 7.2.5-150400.12.3.12
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : python-coverage-7.2.5-150400.12.3.12.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 : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-coverage
Version : 7.2.5-150400.12.3.12
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : python-coverage-7.2.5-150400.12.3.12.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.