How to Install and Uninstall perl-HTML-Scrubber.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "perl-HTML-Scrubber.noarch" package

Please follow the guidelines below to install perl-HTML-Scrubber.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-HTML-Scrubber.noarch

2. Uninstall "perl-HTML-Scrubber.noarch" package

Here is a brief guide to show you how to uninstall perl-HTML-Scrubber.noarch on Oracle Linux 9:

$ sudo dnf remove perl-HTML-Scrubber.noarch $ sudo dnf autoremove

3. Information about the perl-HTML-Scrubber.noarch package on Oracle Linux 9

Last metadata expiration check: 1:11:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-HTML-Scrubber
Version : 0.19
Release : 12.el9
Architecture : noarch
Size : 32 k
Source : perl-HTML-Scrubber-0.19-12.el9.src.rpm
Repository : epel
Summary : Library for scrubbing/sanitizing html
URL : https://metacpan.org/release/HTML-Scrubber
License : GPL+ or Artistic
Description : If you wanna "scrub" or "sanitize" html input in a reliable an flexible
: fashion, then this module is for you.
: I wasn't satisfied with HTML::Sanitizer because it is based on
: HTML::TreeBuilder, so I thought I'd write something similar that works
: directly with HTML::Parser.