How to Install and Uninstall rubygem-haml.noarch Package on Fedora 36

Last updated: September 28,2024

1. Install "rubygem-haml.noarch" package

Here is a brief guide to show you how to install rubygem-haml.noarch on Fedora 36

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

2. Uninstall "rubygem-haml.noarch" package

This guide covers the steps necessary to uninstall rubygem-haml.noarch on Fedora 36:

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

3. Information about the rubygem-haml.noarch package on Fedora 36

Last metadata expiration check: 5:49:36 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-haml
Version : 5.2.2
Release : 2.fc36
Architecture : noarch
Size : 56 k
Source : rubygem-haml-5.2.2-2.fc36.src.rpm
Repository : fedora
Summary : An elegant, structured (X)HTML/XML templating engine
URL : http://haml.info/
License : MIT and WTFPL
Description : Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML
: that's designed to express the structure documents in a non-repetitive,
: elegant, 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.