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

Last updated: June 26,2024

1. Install "hamcrest.src" package

This is a short guide on how to install hamcrest.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install hamcrest.src

2. Uninstall "hamcrest.src" package

This is a short guide on how to uninstall hamcrest.src on Oracle Linux 9:

$ sudo dnf remove hamcrest.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:51:14 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : hamcrest
Version : 2.2
Release : 7.el9
Architecture : src
Size : 601 k
Source : None
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.