How to Install and Uninstall python2-coverage.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "python2-coverage.x86_64" package

Please follow the steps below to install python2-coverage.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python2-coverage.x86_64

2. Uninstall "python2-coverage.x86_64" package

This tutorial shows how to uninstall python2-coverage.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python2-coverage.x86_64 $ sudo dnf autoremove

3. Information about the python2-coverage.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:31:44 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-coverage
Version : 4.5.1
Release : 5.module+el8.9.0+19487+7dc18407
Architecture : x86_64
Size : 259 k
Source : python-coverage-4.5.1-5.module+el8.9.0+19487+7dc18407.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Code coverage testing module for Python 2
URL : http://nedbatchelder.com/code/modules/coverage.html
License : ASL 2.0 and MIT and (MIT or GPLv2)
Description : Coverage.py is a Python 2 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.