How to Install and Uninstall ruby2.5-rubygem-mustache Package on openSUSE Leap

Last updated: May 18,2024

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

Please follow the step by step instructions below to install ruby2.5-rubygem-mustache on openSUSE Leap

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

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

This guide let you learn how to uninstall ruby2.5-rubygem-mustache on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-mustache

3. Information about the ruby2.5-rubygem-mustache package on openSUSE Leap

Information for package ruby2.5-rubygem-mustache:
-------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-mustache
Version : 1.0.5-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 138.6 KiB
Installed : No
Status : not installed
Source package : rubygem-mustache-1.0.5-bp155.2.13.src
Upstream URL : https://github.com/mustache/mustache
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.