How to Install and Uninstall python-hypothesis Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "python-hypothesis" package

This guide covers the steps necessary to install python-hypothesis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-hypothesis

2. Uninstall "python-hypothesis" package

This tutorial shows how to uninstall python-hypothesis on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-hypothesis package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-hypothesis
Priority: optional
Section: universe/python
Installed-Size: 329
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: all
Version: 3.0.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-hypothesis/python-hypothesis_3.0.1-1_all.deb
Size: 58294
MD5sum: 421c5c04cdab3c6169184f33be5b1804
SHA1: 9c2f77ffa41547032a47911dac3913da69e5f631
SHA256: d0dfe4398c9fc9c9c118456cda54021dade5a82a072dbf59cbd3a81072970d16
Description-en: advanced Quickcheck style testing library for Python 2
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 2 module.
Description-md5: 95d91265d685fe4133e5a913cd552606
Homepage: https://github.com/DRMacIver/hypothesis
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu