How to Install and Uninstall rubygem-mustache.noarch Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "rubygem-mustache.noarch" package

Please follow the step by step instructions below to install rubygem-mustache.noarch on AlmaLinux 9

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

2. Uninstall "rubygem-mustache.noarch" package

Please follow the step by step instructions below to uninstall rubygem-mustache.noarch on AlmaLinux 9:

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

3. Information about the rubygem-mustache.noarch package on AlmaLinux 9

Last metadata expiration check: 2:29:35 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rubygem-mustache
Version : 1.1.1
Release : 5.el9
Architecture : noarch
Size : 34 k
Source : rubygem-mustache-1.1.1-5.el9.src.rpm
Repository : epel
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.