How to Install and Uninstall python-coverage.x86_64 Package on Amazon Linux 2

Last updated: September 20,2024

1. Install "python-coverage.x86_64" package

Please follow the instructions below to install python-coverage.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-coverage.x86_64

2. Uninstall "python-coverage.x86_64" package

Learn how to uninstall python-coverage.x86_64 on Amazon Linux 2:

$ sudo yum remove python-coverage.x86_64 $ sudo yum autoremove

3. Information about the python-coverage.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-coverage
Arch : x86_64
Version : 3.6
Release : 0.5.b3.amzn2.0.2
Size : 153 k
Repo : amzn2-core/2/x86_64
Summary : Code coverage testing module for Python
URL : http://nedbatchelder.com/code/modules/coverage.html
License : BSD and (MIT or GPLv2)
Description : Coverage.py is a Python 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.