How to Install and Uninstall python3-coverage.x86_64 Package on CentOS 8 / RHEL 8
Last updated: January 15,2025
1. Install "python3-coverage.x86_64" package
Please follow the instructions below to install python3-coverage.x86_64 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-coverage.x86_64
Copied
2. Uninstall "python3-coverage.x86_64" package
This is a short guide on how to uninstall python3-coverage.x86_64 on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-coverage.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-coverage.x86_64 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 7:49:01 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-coverage
Version : 4.5.1
Release : 7.el8
Architecture : x86_64
Size : 22 k
Source : python-coverage-4.5.1-7.el8.src.rpm
Repository : appstream
Summary : Code coverage testing module for Python 3
URL : http://nedbatchelder.com/code/modules/coverage.html
License : ASL 2.0 and MIT and (MIT or GPL)
Description : Coverage.py is a Python 3 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.
Available Packages
Name : python3-coverage
Version : 4.5.1
Release : 7.el8
Architecture : x86_64
Size : 22 k
Source : python-coverage-4.5.1-7.el8.src.rpm
Repository : appstream
Summary : Code coverage testing module for Python 3
URL : http://nedbatchelder.com/code/modules/coverage.html
License : ASL 2.0 and MIT and (MIT or GPL)
Description : Coverage.py is a Python 3 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.