How to Install and Uninstall erlang-hamcrest.noarch Package on Fedora 34

Last updated: March 01,2025

1. Install "erlang-hamcrest.noarch" package

Please follow the step by step instructions below to install erlang-hamcrest.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install erlang-hamcrest.noarch

2. Uninstall "erlang-hamcrest.noarch" package

Please follow the instructions below to uninstall erlang-hamcrest.noarch on Fedora 34:

$ sudo dnf remove erlang-hamcrest.noarch $ sudo dnf autoremove

3. Information about the erlang-hamcrest.noarch package on Fedora 34

Last metadata expiration check: 3:51:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : erlang-hamcrest
Version : 0.1.0
Release : 16.fc34
Architecture : noarch
Size : 32 k
Source : erlang-hamcrest-0.1.0-16.fc34.src.rpm
Repository : fedora
Summary : A framework for writing matcher objects using declarative rules
URL : https://github.com/hyperthunk/hamcrest-erlang
License : MIT and BSD
Description : Hamcrest is a framework for writing matcher objects allowing 'match' rules to
: be defined declaratively. There are a number of situations where matchers are
: invaluable, such as UI validation, or data filtering, but it is in the area of
: writing flexible tests that matchers are most commonly used.