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

Last updated: May 08,2024

1. Install "python3-ddt" package

Please follow the guidelines below to install python3-ddt on Kali Linux

$ sudo apt update $ sudo apt install python3-ddt

2. Uninstall "python3-ddt" package

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

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

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

Package: python3-ddt
Source: python-ddt
Version: 1.6.0-3
Installed-Size: 34
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 8548
SHA256: e63dbbf017fac10bbc7aa74a678f2d8171ba8e8a655a8186882b56baf4bb7176
SHA1: 96b6e36fb57df1b0fdec3070d76c0439bf9909bc
MD5sum: 18a9a943a04d18ef4c4639bdc53a3fc4
Description: Data-Driven/Decorated Tests - Python 3.x
DDT (Data-Driven Tests) allows you to multiply one test case by running it
with different test data, and make it appear as multiple test cases. DDT
consists of a class decorator ddt (for your TestCase subclass) and two
method decorators (for your tests that want to be multiplied).
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://pypi.python.org/pypi/ddt
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-ddt/python3-ddt_1.6.0-3_all.deb