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

Last updated: October 13,2024

1. Install "rubygem-loofah.noarch" package

Please follow the instructions below to install rubygem-loofah.noarch on Fedora 39

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

2. Uninstall "rubygem-loofah.noarch" package

Please follow the step by step instructions below to uninstall rubygem-loofah.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:36:10 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-loofah
Version : 2.18.0
Release : 4.fc39
Architecture : noarch
Size : 26 k
Source : rubygem-loofah-2.18.0-4.fc39.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.)