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

Last updated: September 28,2024

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

This is a short guide on how to install ruby2.5-rubygem-haml on openSUSE Leap

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

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

This is a short guide on how to uninstall ruby2.5-rubygem-haml on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-haml

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

Information for package ruby2.5-rubygem-haml:
---------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-haml
Version : 5.0.4-1.19
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 364.1 KiB
Installed : No
Status : not installed
Source package : rubygem-haml-5.0.4-1.19.src
Upstream URL : http://haml.info/
Summary : An elegant, structured (X)HTML/XML templating engine
Description :
Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML
that's
designed to express the structure of documents in a non-repetitive, elegant,
and
easy way by using indentation rather than closing tags and allowing Ruby to be
embedded with ease. It was originally envisioned as a plugin for Ruby on
Rails,
but it can function as a stand-alone templating engine.