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

Last updated: November 25,2024

1. Install "erlang-meck.noarch" package

In this section, we are going to explain the necessary steps to install erlang-meck.noarch on Fedora 39

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

2. Uninstall "erlang-meck.noarch" package

This is a short guide on how to uninstall erlang-meck.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:46:25 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : erlang-meck
Version : 0.9.2
Release : 7.fc39
Architecture : noarch
Size : 91 k
Source : erlang-meck-0.9.2-7.fc39.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.