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

Last updated: November 28,2024

1. Install "erlang-mustache.noarch" package

This tutorial shows how to install erlang-mustache.noarch on Fedora 38

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

2. Uninstall "erlang-mustache.noarch" package

Please follow the guidance below to uninstall erlang-mustache.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:02:29 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : erlang-mustache
Version : 0.1.1
Release : 20.fc38
Architecture : noarch
Size : 26 k
Source : erlang-mustache-0.1.1-20.fc38.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.