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

Last updated: November 23,2024

1. Install "perl-HTML-Stream" package

Please follow the steps below to install perl-HTML-Stream on openSUSE Leap

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

2. Uninstall "perl-HTML-Stream" package

Learn how to uninstall perl-HTML-Stream on openSUSE Leap:

$ sudo zypper remove perl-HTML-Stream

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

Information for package perl-HTML-Stream:
-----------------------------------------
Repository : Main Repository
Name : perl-HTML-Stream
Version : 1.60-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 160.8 KiB
Installed : No
Status : not installed
Source package : perl-HTML-Stream-1.60-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/HTML-Stream/
Summary : HTML output stream class, and some markup utilities
Description :
The *HTML::Stream* module provides you with an object-oriented (and
subclassable) way of outputting HTML. Basically, you open up an "HTML
stream" on an existing filehandle, and then do all of your output to the
HTML stream. You can intermix HTML-stream-output and ordinary-print-output,
if you like.
There's even a small built-in subclass, *HTML::Stream::Latin1*, which can
handle Latin-1 input right out of the box. But all in good time...