How to Install and Uninstall hamcrest.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "hamcrest.noarch" package

This guide covers the steps necessary to install hamcrest.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install hamcrest.noarch

2. Uninstall "hamcrest.noarch" package

Please follow the step by step instructions below to uninstall hamcrest.noarch on Fedora 34:

$ sudo dnf remove hamcrest.noarch $ sudo dnf autoremove

3. Information about the hamcrest.noarch package on Fedora 34

Last metadata expiration check: 2:20:24 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : hamcrest
Version : 1.3
Release : 31.fc34
Architecture : noarch
Size : 121 k
Source : hamcrest-1.3-31.fc34.src.rpm
Repository : fedora
Summary : Library of matchers for building test expressions
URL : https://github.com/hamcrest/JavaHamcrest
License : BSD
Description : Provides a library of matcher objects (also known as constraints or predicates)
: allowing 'match' rules to be defined declaratively, to be used in other
: frameworks. Typical scenarios include testing frameworks, mocking libraries and
: UI validation rules.