How to Install and Uninstall rubygem-mustache.noarch Package on CentOS Stream 8

Last updated: April 29,2024

1. Install "rubygem-mustache.noarch" package

This is a short guide on how to install rubygem-mustache.noarch on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the rubygem-mustache.noarch package on CentOS Stream 8

Last metadata expiration check: 0:14:49 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rubygem-mustache
Version : 1.0.2
Release : 8.el8
Architecture : noarch
Size : 36 k
Source : rubygem-mustache-1.0.2-8.el8.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.