How to Install and Uninstall python3-coverage Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-coverage" package

Please follow the steps below to install python3-coverage on Kali Linux

$ sudo apt update $ sudo apt install python3-coverage

2. Uninstall "python3-coverage" package

Please follow the guidance below to uninstall python3-coverage on Kali Linux:

$ sudo apt remove python3-coverage $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-coverage package on Kali Linux

Package: python3-coverage
Source: python-coverage (7.2.7+dfsg1-1)
Version: 7.2.7+dfsg1-1+b1
Installed-Size: 733
Maintainer: Ben Finney
Architecture: amd64
Depends: python3-pkg-resources, python3 (<< 3.13), python3 (>= 3.11~), python3.11:any, python3.12:any, python3:any, libc6 (>= 2.4)
Suggests: python-coverage-doc
Size: 169836
SHA256: cea85cf06ddee2221ee592c4663ee71b92c4e8bbba9b828e32a4fe428d21e7a2
SHA1: 7fb16c21f19dc30d267c03b11276f7bfff73cf39
MD5sum: 588de665edab4ceb109965e61b118643
Description: code coverage tool for Python 3
Coverage.py is a tool for measuring code coverage of Python programs.
It monitors your program, noting which parts of the code have been
executed, then analyzes the source to identify code that could have
been executed but was not.
.
Coverage measurement is typically used to gauge the effectiveness of
tests. It can show which parts of your code are being exercised by
tests, and which are not.
.
This package installs the Python version 3 ‘coverage’ library, and the
‘python3-coverage’ program to perform and report coverage tests.
Description-md5:
Homepage: https://coverage.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/p/python-coverage/python3-coverage_7.2.7+dfsg1-1+b1_amd64.deb