How to Install and Uninstall python38-hypothesis.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python38-hypothesis.noarch" package

Please follow the steps below to install python38-hypothesis.noarch on Rocky Linux 8

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

2. Uninstall "python38-hypothesis.noarch" package

Please follow the step by step instructions below to uninstall python38-hypothesis.noarch on Rocky Linux 8:

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

3. Information about the python38-hypothesis.noarch package on Rocky Linux 8

Last metadata expiration check: 0:59:21 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python38-hypothesis
Version : 4.54.2
Release : 2.el8
Architecture : noarch
Size : 438 k
Source : python38-hypothesis-epel-4.54.2-2.el8.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.
:
: Python 3 version.