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

Last updated: October 06,2024

1. Install "erlang-hamcrest.noarch" package

Please follow the guidelines below to install erlang-hamcrest.noarch on Fedora 36

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

2. Uninstall "erlang-hamcrest.noarch" package

This tutorial shows how to uninstall erlang-hamcrest.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:24:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : erlang-hamcrest
Version : 0.1.0
Release : 18.fc36
Architecture : noarch
Size : 34 k
Source : erlang-hamcrest-0.1.0-18.fc36.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.