How to Install and Uninstall ruby3.0-rubygem-loofah Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "ruby3.0-rubygem-loofah" package

In this section, we are going to explain the necessary steps to install ruby3.0-rubygem-loofah on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.0-rubygem-loofah

2. Uninstall "ruby3.0-rubygem-loofah" package

In this section, we are going to explain the necessary steps to uninstall ruby3.0-rubygem-loofah on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.0-rubygem-loofah

3. Information about the ruby3.0-rubygem-loofah package on openSuSE Tumbleweed

Information for package ruby3.0-rubygem-loofah:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0-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.