How to Install and Uninstall hamcrest.noarch Package on AlmaLinux 9

Last updated: September 28,2024

1. Install "hamcrest.noarch" package

Please follow the instructions below to install hamcrest.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install hamcrest.noarch

2. Uninstall "hamcrest.noarch" package

Please follow the guidance below to uninstall hamcrest.noarch on AlmaLinux 9:

$ sudo dnf remove hamcrest.noarch $ sudo dnf autoremove

3. Information about the hamcrest.noarch package on AlmaLinux 9

Last metadata expiration check: 1:31:57 ago on Wed Mar 13 07:41:12 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.