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

Last updated: January 19,2025

1. Install "erlang-mustache.noarch" package

Here is a brief guide to show you how to install erlang-mustache.noarch on Fedora 36

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

2. Uninstall "erlang-mustache.noarch" package

Here is a brief guide to show you how to uninstall erlang-mustache.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:01:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : erlang-mustache
Version : 0.1.1
Release : 18.fc36
Architecture : noarch
Size : 26 k
Source : erlang-mustache-0.1.1-18.fc36.src.rpm
Repository : fedora
Summary : Mustache template engine for Erlang
URL : https://github.com/mojombo/mustache.erl
License : MIT
Description : An Erlang port of Mustache for Ruby. Mustache is a framework-agnostic template
: system that enforces separation of view logic from the template file. Indeed, it
: is not even possible to embed logic in the template. This allows templates to be
: reused across language boundaries and for other language independent uses.