How to Install and Uninstall rubygem-mustache.noarch Package on Rocky Linux 8

Last updated: April 29,2024

1. Install "rubygem-mustache.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-mustache.noarch on Rocky Linux 8

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

2. Uninstall "rubygem-mustache.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-mustache.noarch on Rocky Linux 8:

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

3. Information about the rubygem-mustache.noarch package on Rocky Linux 8

Last metadata expiration check: 2:17:37 ago on Mon Sep 12 10:27:18 2022.
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.