How to Install and Uninstall platform-python-coverage.x86_64 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "platform-python-coverage.x86_64" package

Please follow the instructions below to install platform-python-coverage.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install platform-python-coverage.x86_64

2. Uninstall "platform-python-coverage.x86_64" package

This is a short guide on how to uninstall platform-python-coverage.x86_64 on CentOS Stream 8:

$ sudo dnf remove platform-python-coverage.x86_64 $ sudo dnf autoremove

3. Information about the platform-python-coverage.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:11:21 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : platform-python-coverage
Version : 4.5.1
Release : 9.el8
Architecture : x86_64
Size : 258 k
Source : python-coverage-4.5.1-9.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.