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

Last updated: May 18,2024

1. Install "hamcrest.noarch" package

Here is a brief guide to show you how to install hamcrest.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install hamcrest.noarch

2. Uninstall "hamcrest.noarch" package

This guide let you learn how to uninstall hamcrest.noarch on Oracle Linux 9:

$ sudo dnf remove hamcrest.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:39:21 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : hamcrest
Version : 2.2
Release : 7.el9
Architecture : noarch
Size : 125 k
Source : hamcrest-2.2-7.el9.src.rpm
Repository : ol9_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.