How to Install and Uninstall ruby2.5-rubygem-loofah Package on openSUSE Leap

Last updated: May 18,2024

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

Please follow the guidelines below to install ruby2.5-rubygem-loofah on openSUSE Leap

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

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

Here is a brief guide to show you how to uninstall ruby2.5-rubygem-loofah on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-loofah

3. Information about the ruby2.5-rubygem-loofah package on openSUSE Leap

Information for package ruby2.5-rubygem-loofah:
-----------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-loofah
Version : 2.2.2-150000.4.9.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 242.1 KiB
Installed : No
Status : not installed
Source package : rubygem-loofah-2.2.2-150000.4.9.1.src
Upstream URL : https://github.com/flavorjones/loofah
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.