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

Last updated: May 18,2024

1. Install "rubygem-haml.noarch" package

Please follow the step by step instructions below to install rubygem-haml.noarch on Fedora 35

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

2. Uninstall "rubygem-haml.noarch" package

Please follow the guidance below to uninstall rubygem-haml.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:03:37 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-haml
Version : 5.0.4
Release : 6.fc33
Architecture : noarch
Size : 55 k
Source : rubygem-haml-5.0.4-6.fc33.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.