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

Last updated: September 21,2024

1. Install "python38-hypothesis.noarch" package

This guide let you learn how to install python38-hypothesis.noarch on AlmaLinux 8

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

2. Uninstall "python38-hypothesis.noarch" package

In this section, we are going to explain the necessary steps to uninstall python38-hypothesis.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 1:16:17 ago on Mon Sep 5 03:22:42 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.