How to Install and Uninstall python3-hamcrest.noarch Package on Fedora 35

Last updated: September 19,2024

1. Install "python3-hamcrest.noarch" package

Please follow the guidance below to install python3-hamcrest.noarch on Fedora 35

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

2. Uninstall "python3-hamcrest.noarch" package

This is a short guide on how to uninstall python3-hamcrest.noarch on Fedora 35:

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

3. Information about the python3-hamcrest.noarch package on Fedora 35

Last metadata expiration check: 0:25:35 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-hamcrest
Version : 1.9.0
Release : 18.fc35
Architecture : noarch
Size : 74 k
Source : python-hamcrest-1.9.0-18.fc35.src.rpm
Repository : fedora
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.