How to Install and Uninstall hamcrest.noarch Package on Amazon Linux 2

Last updated: November 25,2024

1. Install "hamcrest.noarch" package

Please follow the guidelines below to install hamcrest.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install hamcrest.noarch

2. Uninstall "hamcrest.noarch" package

Learn how to uninstall hamcrest.noarch on Amazon Linux 2:

$ sudo yum remove hamcrest.noarch $ sudo yum autoremove

3. Information about the hamcrest.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : hamcrest
Arch : noarch
Version : 1.3
Release : 6.1.amzn2
Size : 124 k
Repo : amzn2-core/2/x86_64
Summary : Library of matchers for building test expressions
URL : http://code.google.com/p/hamcrest/
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.