How to Install and Uninstall python3-coverage.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-coverage.x86_64" package

In this section, we are going to explain the necessary steps to install python3-coverage.x86_64 on Fedora 34

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

2. Uninstall "python3-coverage.x86_64" package

Please follow the guidelines below to uninstall python3-coverage.x86_64 on Fedora 34:

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

3. Information about the python3-coverage.x86_64 package on Fedora 34

Last metadata expiration check: 5:14:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-coverage
Version : 5.5
Release : 2.fc34
Architecture : x86_64
Size : 281 k
Source : python-coverage-5.5-2.fc34.src.rpm
Repository : updates
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.