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

Last updated: October 05,2024

1. Install "erlang-mustache.noarch" package

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

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

2. Uninstall "erlang-mustache.noarch" package

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

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

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

Last metadata expiration check: 1:52:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : erlang-mustache
Version : 0.1.1
Release : 17.fc35
Architecture : noarch
Size : 26 k
Source : erlang-mustache-0.1.1-17.fc35.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.