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

Last updated: November 27,2024

1. Install "rubygem-mustache.noarch" package

Please follow the guidance below to install rubygem-mustache.noarch on Fedora 38

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

2. Uninstall "rubygem-mustache.noarch" package

This guide covers the steps necessary to uninstall rubygem-mustache.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:50:28 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rubygem-mustache
Version : 1.1.1
Release : 7.fc38
Architecture : noarch
Size : 34 k
Source : rubygem-mustache-1.1.1-7.fc38.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.