How to Install and Uninstall perl-HTML-Clean Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-HTML-Clean" package

This guide let you learn how to install perl-HTML-Clean on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-HTML-Clean

2. Uninstall "perl-HTML-Clean" package

This is a short guide on how to uninstall perl-HTML-Clean on openSUSE Leap:

$ sudo zypper remove perl-HTML-Clean

3. Information about the perl-HTML-Clean package on openSUSE Leap

Information for package perl-HTML-Clean:
----------------------------------------
Repository : Main Repository
Name : perl-HTML-Clean
Version : 1.4-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 29.4 KiB
Installed : No
Status : not installed
Source package : perl-HTML-Clean-1.4-bp155.2.9.src
Upstream URL : https://metacpan.org/release/HTML-Clean
Summary : Cleans up HTML code for web browsers, not humans
Description :
The HTML::Clean module encapsulates a number of common techniques for
minimizing the size of HTML files. You can typically save between 10% and
50% of the size of a HTML file using these methods. It provides the
following features:
* Remove unneeded whitespace (beginning of line, etc)
* Remove unneeded META elements.
* Remove HTML comments (except for styles, javascript and SSI)
* Replace tags with equivalent shorter tags ( --> )
* etc.
The entire process is configurable, so you can pick and choose what you want
to clean.