How to Install and Uninstall python2-coverage.x86_64 Package on Rocky Linux 8
Last updated: November 13,2024
1. Install "python2-coverage.x86_64" package
This guide covers the steps necessary to install python2-coverage.x86_64 on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python2-coverage.x86_64
Copied
2. Uninstall "python2-coverage.x86_64" package
Please follow the step by step instructions below to uninstall python2-coverage.x86_64 on Rocky Linux 8:
$
sudo dnf remove
python2-coverage.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-coverage.x86_64 package on Rocky Linux 8
Last metadata expiration check: 1:05:42 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python2-coverage
Version : 4.5.1
Release : 4.module+el8.5.0+706+735ec4b3
Architecture : x86_64
Size : 257 k
Source : python-coverage-4.5.1-4.module+el8.5.0+706+735ec4b3.src.rpm
Repository : appstream
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 GPL)
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.
Available Packages
Name : python2-coverage
Version : 4.5.1
Release : 4.module+el8.5.0+706+735ec4b3
Architecture : x86_64
Size : 257 k
Source : python-coverage-4.5.1-4.module+el8.5.0+706+735ec4b3.src.rpm
Repository : appstream
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 GPL)
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.