How to Install and Uninstall python3-hypothesis.noarch Package on CentOS Stream 9

Last updated: September 29,2024

1. Install "python3-hypothesis.noarch" package

This guide covers the steps necessary to install python3-hypothesis.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-hypothesis.noarch

2. Uninstall "python3-hypothesis.noarch" package

Please follow the guidelines below to uninstall python3-hypothesis.noarch on CentOS Stream 9:

$ sudo dnf remove python3-hypothesis.noarch $ sudo dnf autoremove

3. Information about the python3-hypothesis.noarch package on CentOS Stream 9

Last metadata expiration check: 0:07:54 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-hypothesis
Version : 6.39.1
Release : 1.el9
Architecture : noarch
Size : 551 k
Source : python-hypothesis-6.39.1-1.el9.src.rpm
Repository : epel
Summary : Library for property based testing
URL : https://github.com/HypothesisWorks/hypothesis
License : MPLv2.0
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.