How to Install and Uninstall python3-cov-core.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-cov-core.noarch" package

This guide covers the steps necessary to install python3-cov-core.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-cov-core.noarch

2. Uninstall "python3-cov-core.noarch" package

Please follow the step by step instructions below to uninstall python3-cov-core.noarch on Rocky Linux 8:

$ sudo dnf remove python3-cov-core.noarch $ sudo dnf autoremove

3. Information about the python3-cov-core.noarch package on Rocky Linux 8

Last metadata expiration check: 2:03:40 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-cov-core
Version : 1.15.0
Release : 15.el8
Architecture : noarch
Size : 20 k
Source : python-cov-core-1.15.0-15.el8.src.rpm
Repository : epel
Summary : Plugin core for use by pytest-cov, nose-cov and nose2-cov
URL : http://bitbucket.org/memedough/cov-core/overview
License : MIT
Description : This is a lib package for use by pytest-cov, nose-cov and nose2-cov.
: If you're developing a coverage plugin for a test framework then you
: probably want one of those.