How to Install and Uninstall python3-coverage.x86_64 Package on Amazon Linux 2
Last updated: November 01,2024
1. Install "python3-coverage.x86_64" package
This guide let you learn how to install python3-coverage.x86_64 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
python3-coverage.x86_64
Copied
2. Uninstall "python3-coverage.x86_64" package
This guide covers the steps necessary to uninstall python3-coverage.x86_64 on Amazon Linux 2:
$
sudo yum remove
python3-coverage.x86_64
Copied
$
sudo yum autoremove
Copied
3. Information about the python3-coverage.x86_64 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : python3-coverage
Arch : x86_64
Version : 3.6
Release : 0.5.b3.amzn2.0.3
Size : 154 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.
Available Packages
Name : python3-coverage
Arch : x86_64
Version : 3.6
Release : 0.5.b3.amzn2.0.3
Size : 154 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.