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

Last updated: March 01,2025

1. Install "erlang-mustache.noarch" package

This guide covers the steps necessary to install erlang-mustache.noarch on Fedora 39

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

2. Uninstall "erlang-mustache.noarch" package

Please follow the step by step instructions below to uninstall erlang-mustache.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:49:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : erlang-mustache
Version : 0.1.1
Release : 21.fc39
Architecture : noarch
Size : 26 k
Source : erlang-mustache-0.1.1-21.fc39.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.