How to Install and Uninstall ruby2.7-rubygem-mustache Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "ruby2.7-rubygem-mustache" package

In this section, we are going to explain the necessary steps to install ruby2.7-rubygem-mustache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby2.7-rubygem-mustache

2. Uninstall "ruby2.7-rubygem-mustache" package

Please follow the steps below to uninstall ruby2.7-rubygem-mustache on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-mustache

3. Information about the ruby2.7-rubygem-mustache package on openSuSE Tumbleweed

Information for package ruby2.7-rubygem-mustache:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-mustache
Version : 1.1.1-1.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 140,2 KiB
Installed : No
Status : not installed
Source package : rubygem-mustache-1.1.1-1.10.src
Summary : Mustache is a framework-agnostic way to render logic-free views
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.