How to Install and Uninstall python-coverage.src Package on Oracle Linux 8

Last updated: May 04,2024

1. Install "python-coverage.src" package

This guide covers the steps necessary to install python-coverage.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-coverage.src

2. Uninstall "python-coverage.src" package

This is a short guide on how to uninstall python-coverage.src on Oracle Linux 8:

$ sudo dnf remove python-coverage.src $ sudo dnf autoremove

3. Information about the python-coverage.src package on Oracle Linux 8

Last metadata expiration check: 4:56:10 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-coverage
Version : 4.5.1
Release : 9.el8
Architecture : src
Size : 390 k
Source : None
Repository : ol8_appstream
Summary : Code coverage testing module for Python
URL : http://nedbatchelder.com/code/modules/coverage.html
License : ASL 2.0 and MIT and (MIT or GPL)
Description : Coverage.py is a Python module that measures code coverage during Python
: 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.