How to Install and Uninstall python2-hypothesis Package on openSUSE Leap

Last updated: June 25,2024

1. Install "python2-hypothesis" package

Please follow the step by step instructions below to install python2-hypothesis on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-hypothesis

2. Uninstall "python2-hypothesis" package

In this section, we are going to explain the necessary steps to uninstall python2-hypothesis on openSUSE Leap:

$ sudo zypper remove python2-hypothesis

3. Information about the python2-hypothesis package on openSUSE Leap

Information for package python2-hypothesis:
-------------------------------------------
Repository : Main Repository
Name : python2-hypothesis
Version : 3.40.1-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : python-hypothesis-3.40.1-bp153.1.17.src
Summary : A library for property based testing
Description :
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 works with most widely used versions of Python. It supports implementations
compatible with 2.6, 2.7 and 3.3+, and is known to work on CPython and PyPy (but not
PyPy3 until they support a 3.3 compatible version of the language). It does *not* currently
work on Jython or on Python 3.0 through 3.2.

5. The same packages on other Linux Distributions