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

Last updated: October 07,2024

1. Install "erlang-meck.noarch" package

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

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

2. Uninstall "erlang-meck.noarch" package

Please follow the instructions below to uninstall erlang-meck.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:38:15 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : erlang-meck
Version : 0.9.2
Release : 4.fc36
Architecture : noarch
Size : 92 k
Source : erlang-meck-0.9.2-4.fc36.src.rpm
Repository : updates
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.