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

Last updated: November 23,2024

1. Install "python3-covdefaults" package

This guide covers the steps necessary to install python3-covdefaults on Kali Linux

$ sudo apt update $ sudo apt install python3-covdefaults

2. Uninstall "python3-covdefaults" package

In this section, we are going to explain the necessary steps to uninstall python3-covdefaults on Kali Linux:

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

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

Package: python3-covdefaults
Source: python-covdefaults
Version: 2.3.0-2
Installed-Size: 29
Maintainer: Debian Python Team
Architecture: all
Depends: python3-coverage, python3:any
Size: 7692
SHA256: cf539cefd7aef6a284577207ebae7539ca457cae7bbe8c5a165f4af98a1e3795
SHA1: aeff9f2af6d7868131d41c6486f14ec016d91d4c
MD5sum: bdd0cdf7df741b0a95d0e7366222ef35
Description: coverage plugin to provide sensible default settings
covdefaults provides a default setting for test coverage in Python
projects, often used to measure how much of your program's code is
exercised by automated tests.
.
The main purpose of "covdefaults" is to ease the initial setup of test
coverage in Python projects by providing a default set of configuration
options. With the package installed, you can run the covdefaults command
on your project and it will automatically create or update a coverage
configuration file called .coveragerc. With this file you can reduce the
amount of work required to set up test coverage, allowing you to get
started quickly.
Description-md5:
Homepage: https://github.com/asottile/covdefaults
Section: python
Priority: optional
Filename: pool/main/p/python-covdefaults/python3-covdefaults_2.3.0-2_all.deb