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

Last updated: October 07,2024

1. Install "erlang-hamcrest.noarch" package

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

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

2. Uninstall "erlang-hamcrest.noarch" package

This is a short guide on how to uninstall erlang-hamcrest.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:33:31 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : erlang-hamcrest
Version : 0.1.0
Release : 17.fc35
Architecture : noarch
Size : 34 k
Source : erlang-hamcrest-0.1.0-17.fc35.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.