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

Last updated: July 08,2024

1. Install "python3-nosexcover" package

This guide let you learn how to install python3-nosexcover on Kali Linux

$ sudo apt update $ sudo apt install python3-nosexcover

2. Uninstall "python3-nosexcover" package

This tutorial shows how to uninstall python3-nosexcover on Kali Linux:

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

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

Package: python3-nosexcover
Source: nosexcover
Version: 1.0.11-1.2
Installed-Size: 29
Maintainer: Guido Günther
Architecture: all
Depends: python3-coverage (>= 3.4), python3-nose, python3:any
Size: 5736
SHA256: 98c1e1aa9cd3b3bfe18d3ab8e400b8ec6eb72499322897bff8e78acd1fe4a438
SHA1: 78fdccb19c739cf4b37d1f4e9035a523fd30cda7
MD5sum: d59c07b44b4da58d7d91412d1f84cc2b
Description: Add Cobertura-style XML coverage report to nose (Python3 version)
A companion to the built-in nose.plugins.cover, this plugin will write
out an XML coverage report to a file named coverage.xml.
.
It will honor all the options you pass to the Nose coverage plugin,
especially --cover-package.
.
This package contains the Python 3 version of the module.
Description-md5:
Homepage: http://pypi.python.org/pypi/nosexcover
Section: python
Priority: optional
Filename: pool/main/n/nosexcover/python3-nosexcover_1.0.11-1.2_all.deb