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

Last updated: June 26,2024

1. Install "hamcrest2.noarch" package

This tutorial shows how to install hamcrest2.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install hamcrest2.noarch

2. Uninstall "hamcrest2.noarch" package

Please follow the steps below to uninstall hamcrest2.noarch on Fedora 34:

$ sudo dnf remove hamcrest2.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:13:03 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : hamcrest2
Version : 2.2
Release : 4.fc34
Architecture : noarch
Size : 118 k
Source : hamcrest2-2.2-4.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.