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

Last updated: September 24,2024

1. Install "rubygem-loofah.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-loofah.noarch on Fedora 35

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

2. Uninstall "rubygem-loofah.noarch" package

This guide covers the steps necessary to uninstall rubygem-loofah.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:48:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-loofah
Version : 2.10.0
Release : 2.fc35
Architecture : noarch
Size : 25 k
Source : rubygem-loofah-2.10.0-2.fc35.src.rpm
Repository : fedora
Summary : Manipulate and transform HTML/XML documents and fragments
URL : https://github.com/flavorjones/loofah
License : MIT
Description : Loofah is a general library for manipulating and transforming HTML/XML
: documents and fragments, built on top of Nokogiri.
: Loofah excels at HTML sanitization (XSS prevention). It includes some nice
: HTML sanitizers, which are based on HTML5lib's safelist, so it most likely
: won't make your codes less secure. (These statements have not been evaluated
: by Netexperts.)