How to Install and Uninstall hamcrest.noarch Package on Rocky Linux 9

Last updated: November 14,2024

1. Install "hamcrest.noarch" package

In this section, we are going to explain the necessary steps to install hamcrest.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install hamcrest.noarch

2. Uninstall "hamcrest.noarch" package

This is a short guide on how to uninstall hamcrest.noarch on Rocky Linux 9:

$ sudo dnf remove hamcrest.noarch $ sudo dnf autoremove

3. Information about the hamcrest.noarch package on Rocky Linux 9

Last metadata expiration check: 1:32:59 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : hamcrest
Version : 2.2
Release : 7.el9
Architecture : noarch
Size : 119 k
Source : hamcrest-2.2-7.el9.src.rpm
Repository : appstream
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.