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

Last updated: July 07,2024

1. Install "erlang-meck.noarch" package

This guide let you learn how to install erlang-meck.noarch on Fedora 35

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

2. Uninstall "erlang-meck.noarch" package

This guide let you learn how to uninstall erlang-meck.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:50:04 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : erlang-meck
Version : 0.9.2
Release : 2.fc35
Architecture : noarch
Size : 91 k
Source : erlang-meck-0.9.2-2.fc35.src.rpm
Repository : fedora
Summary : A mocking library for Erlang
URL : https://github.com/eproxus/meck
License : ASL 2.0
Description : With meck you can easily mock modules in Erlang. Since meck is intended to be
: used in testing, you can also perform some basic validations on the mocked
: modules, such as making sure no function is called in a way it should not.