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

Last updated: October 11,2024

1. Install "hamcrest.noarch" package

Please follow the steps below to install hamcrest.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install hamcrest.noarch

2. Uninstall "hamcrest.noarch" package

Please follow the instructions below to uninstall hamcrest.noarch on Fedora 35:

$ sudo dnf remove hamcrest.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:10:06 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : hamcrest
Version : 2.2
Release : 5.fc35
Architecture : noarch
Size : 119 k
Source : hamcrest-2.2-5.fc35.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.