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

Last updated: May 18,2024

1. Install "python3-proboscis" package

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

$ sudo apt update $ sudo apt install python3-proboscis

2. Uninstall "python3-proboscis" package

Here is a brief guide to show you how to uninstall python3-proboscis on Kali Linux:

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

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

Package: python3-proboscis
Source: python-proboscis
Version: 1.2.6.0-8
Installed-Size: 95
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 18740
SHA256: 65630db040f80d9c80a040b0bcec0294901a78add8fdaa4225494c90d3730805
SHA1: cb6790fc0ca26ecce5ca827c9686902c1bbb78f3
MD5sum: 037b82536f78c353f57cd19811d40e7c
Description: extends Nose with certain TestNG like features - Python 3.x
Proboscis is a Python test framework that extends Python's built-in unittest
module and Nose with features from TestNG.
.
TestNG is a testing framework inspired from JUnit and NUnit but introducing
some new functionalities that make it more powerful and easier to use.
.
Features:
* Uses decorators instead of naming conventions.
* Allows for TestNG style test methods, in which a class is initialized once,
as an alternative to using class fields.
* Allows for explicit test dependencies and skipping of dependent tests on
failures.
* Runs xUnit style clases if desired or needed for backwards compatibility.
* Uses Nose if available (but doesn't require it), and works with many of
its plugins.
* Runs in IronPython and Jython (although if you're targeting the JVM you
should consider using TestNG instead).
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/rackerlabs/python-proboscis
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-proboscis/python3-proboscis_1.2.6.0-8_all.deb