How to Install and Uninstall hamcrest.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "hamcrest.noarch" package

Please follow the guidance below to install hamcrest.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install hamcrest.noarch

2. Uninstall "hamcrest.noarch" package

This tutorial shows how to uninstall hamcrest.noarch on CentOS Stream 8:

$ sudo dnf remove hamcrest.noarch $ sudo dnf autoremove

3. Information about the hamcrest.noarch package on CentOS Stream 8

Last metadata expiration check: 3:40:04 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : hamcrest
Version : 1.3
Release : 29.module+el8.2.1+7436+4afdca1f
Architecture : noarch
Size : 132 k
Source : hamcrest-1.3-29.module+el8.2.1+7436+4afdca1f.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.