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

Last updated: October 05,2024

1. Install "erlang-mustache.noarch" package

Please follow the guidelines below to install erlang-mustache.noarch on Fedora 34

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

2. Uninstall "erlang-mustache.noarch" package

This tutorial shows how to uninstall erlang-mustache.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:39:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : erlang-mustache
Version : 0.1.1
Release : 16.fc34
Architecture : noarch
Size : 25 k
Source : erlang-mustache-0.1.1-16.fc34.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.