How to Install and Uninstall python3-hamcrest.noarch Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "python3-hamcrest.noarch" package

This guide covers the steps necessary to install python3-hamcrest.noarch on CentOS Stream 8

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

2. Uninstall "python3-hamcrest.noarch" package

Please follow the guidelines below to uninstall python3-hamcrest.noarch on CentOS Stream 8:

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

3. Information about the python3-hamcrest.noarch package on CentOS Stream 8

Last metadata expiration check: 6:28:51 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-hamcrest
Version : 1.9.0
Release : 8.el8
Architecture : noarch
Size : 75 k
Source : python-hamcrest-1.9.0-8.el8.src.rpm
Repository : epel
Summary : Hamcrest matchers for Python
URL : https://github.com/hamcrest/PyHamcrest
License : BSD
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.