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

Last updated: April 19,2024

1. Install "python3-parameterized" package

This tutorial shows how to install python3-parameterized on Kali Linux

$ sudo apt update $ sudo apt install python3-parameterized

2. Uninstall "python3-parameterized" package

Please follow the instructions below to uninstall python3-parameterized on Kali Linux:

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

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

Package: python3-parameterized
Source: python-parameterized
Version: 0.8.1-6
Installed-Size: 90
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 21092
SHA256: 83851d4d95150d98d11be4e4bb731311295ceb2da56d649f3f22598e40a86646
SHA1: 7bb8d089f5cb1b6595b6f01c294caeb9710dfda4
MD5sum: 3c405ed977dd4b61b811be11a6615f29
Description: parameterized testing for Python 3
The parameterized module provides a set of decorators for parameterized
testing in Python. It supports nose, nose2, pytest and unittest.
.
The @parameterized decorator can be used for class methods, and standalone
functions, whilst the @parameterized.expand should be used for classes
deriving from unittest.TestCase.
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://github.com/wolever/parameterized
Section: python
Priority: optional
Filename: pool/main/p/python-parameterized/python3-parameterized_0.8.1-6_all.deb