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

Last updated: May 17,2024

1. Install "python3-hypothesis" package

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

$ sudo apt update $ sudo apt install python3-hypothesis

2. Uninstall "python3-hypothesis" package

Please follow the guidance below to uninstall python3-hypothesis on Kali Linux:

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

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

Package: python3-hypothesis
Source: python-hypothesis
Version: 6.98.4-1
Installed-Size: 1446
Maintainer: Debian Python Team
Architecture: all
Depends: python3-dateutil, python3-attr, python3-exceptiongroup | python3-supported-min (>= 3.11), python3-sortedcontainers, python3:any
Recommends: python3-click
Suggests: python-hypothesis-doc
Breaks: python3-h2 (<< 4.1.0~)
Size: 303856
SHA256: f5dbb0a3068d74db080f6847581fb2435eda40430f9e90d8295d669a862a34dc
SHA1: e473fdaa86304cb793b9bb0ca92a5210ad9f4e0d
MD5sum: 51a3dcd3437efaad42b102c588a111bb
Description: advanced Quickcheck style testing library for Python 3
Hypothesis is a library for testing your Python code against a much
larger range of examples than you would ever want to write by
hand. It's based on the Haskell library, Quickcheck, and is designed
to integrate seamlessly into your existing Python unit testing work
flow.
.
Hypothesis is both extremely practical and also advances the state of
the art of unit testing by some way. It's easy to use, stable, and
extremely powerful. If you're not using Hypothesis to test your
project then you're missing out.
.
This package contains the Python 3 module.
Description-md5:
Homepage: https://github.com/HypothesisWorks/hypothesis
Section: python
Priority: optional
Filename: pool/main/p/python-hypothesis/python3-hypothesis_6.98.4-1_all.deb