How to Install and Uninstall ruby2.7-rubygem-loofah Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "ruby2.7-rubygem-loofah" package

This is a short guide on how to install ruby2.7-rubygem-loofah on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby2.7-rubygem-loofah

2. Uninstall "ruby2.7-rubygem-loofah" package

Please follow the step by step instructions below to uninstall ruby2.7-rubygem-loofah on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-loofah

3. Information about the ruby2.7-rubygem-loofah package on openSuSE Tumbleweed

Information for package ruby2.7-rubygem-loofah:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-loofah
Version : 2.12.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 139,1 KiB
Installed : No
Status : not installed
Source package : rubygem-loofah-2.12.0-1.2.src
Summary : HTML/XML manipulation and sanitization based on Nokogiri
Description :
Loofah is a general library for manipulating and transforming HTML/XML documents and fragments.
It's built on top of Nokogiri and libxml2, so it's fast and has a nice API.
Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers,
which are based on HTML5lib's whitelist, so it most likely won't make your codes less secure.