How to Install and Uninstall python3-hypothesis.noarch Package on Fedora 34

Last updated: October 09,2024

1. Install "python3-hypothesis.noarch" package

This is a short guide on how to install python3-hypothesis.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the python3-hypothesis.noarch package on Fedora 34

Last metadata expiration check: 1:59:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-hypothesis
Version : 5.43.9
Release : 1.fc34
Architecture : noarch
Size : 649 k
Source : python-hypothesis-5.43.9-1.fc34.src.rpm
Repository : fedora
Summary : Library for property based testing
URL : https://github.com/HypothesisWorks/hypothesis-python
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.
:
: Python 3 version.