How to Install and Uninstall ruby3.0-rubygem-mustache Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "ruby3.0-rubygem-mustache" package

This is a short guide on how to install ruby3.0-rubygem-mustache on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.0-rubygem-mustache

2. Uninstall "ruby3.0-rubygem-mustache" package

Learn how to uninstall ruby3.0-rubygem-mustache on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.0-rubygem-mustache

3. Information about the ruby3.0-rubygem-mustache package on openSuSE Tumbleweed

Information for package ruby3.0-rubygem-mustache:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0-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.