How to Install and Uninstall python3-hamcrest.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-hamcrest.noarch" package

Please follow the steps below to install python3-hamcrest.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-hamcrest.noarch" package

This guide covers the steps necessary to uninstall python3-hamcrest.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-hamcrest.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:36:30 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-hamcrest
Version : 2.0.3
Release : 1.el9
Architecture : noarch
Size : 78 k
Source : python-hamcrest-2.0.3-1.el9.src.rpm
Repository : epel
Summary : Hamcrest matchers for Python
URL : https://github.com/hamcrest/PyHamcrest
License : BSD-3-Clause
Description : PyHamcrest is a framework for writing matcher objects, allowing you to
: declaratively define "match" rules. There are a number of situations where
: matchers are invaluable, such as UI validation, or data filtering, but it is
: in the area of writing flexible tests that matchers are most commonly used.
:
: Python 3 version.