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

Last updated: July 01,2024

1. Install "rubygem-mustache.noarch" package

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

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

2. Uninstall "rubygem-mustache.noarch" package

Please follow the guidelines below to uninstall rubygem-mustache.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:21:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-mustache
Version : 1.1.1
Release : 3.fc34
Architecture : noarch
Size : 35 k
Source : rubygem-mustache-1.1.1-3.fc34.src.rpm
Repository : fedora
Summary : Mustache is a framework-agnostic way to render logic-free views
URL : https://github.com/mustache/mustache
License : MIT
Description : Inspired by ctemplate, Mustache is a framework-agnostic way to render
: logic-free views.
:
: As ctemplates says, "It emphasizes separating logic from presentation:
: it is impossible to embed application logic in this template
: language.
:
: Think of Mustache as a replacement for your views. Instead of views
: consisting of ERB or HAML with random helpers and arbitrary logic,
: your views are broken into two parts: a Ruby class and an HTML
: template.