How to Install and Uninstall perl-HTML-Stream Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "perl-HTML-Stream" package

Please follow the guidance below to install perl-HTML-Stream on openSuSE Tumbleweed

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

2. Uninstall "perl-HTML-Stream" package

This guide covers the steps necessary to uninstall perl-HTML-Stream on openSuSE Tumbleweed:

$ sudo zypper remove perl-HTML-Stream

3. Information about the perl-HTML-Stream package on openSuSE Tumbleweed

Information for package perl-HTML-Stream:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-HTML-Stream
Version : 1.60-1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 160.4 KiB
Installed : No
Status : not installed
Source package : perl-HTML-Stream-1.60-1.24.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...