How to Install and Uninstall perl-HTML-Parser Package on openSUSE Leap
Last updated: November 22,2024
1. Install "perl-HTML-Parser" package
This guide covers the steps necessary to install perl-HTML-Parser on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-HTML-Parser
Copied
2. Uninstall "perl-HTML-Parser" package
Here is a brief guide to show you how to uninstall perl-HTML-Parser on openSUSE Leap:
$
sudo zypper remove
perl-HTML-Parser
Copied
3. Information about the perl-HTML-Parser package on openSUSE Leap
Information for package perl-HTML-Parser:
-----------------------------------------
Repository : Main Repository
Name : perl-HTML-Parser
Version : 3.72-1.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 213.5 KiB
Installed : No
Status : not installed
Source package : perl-HTML-Parser-3.72-1.26.src
Upstream URL : http://search.cpan.org/dist/HTML-Parser/
Summary : HTML parser class
Description :
Objects of the 'HTML::Parser' class will recognize markup and separate it
from plain text (alias data content) in HTML documents. As different kinds
of markup and text are recognized, the corresponding event handlers are
invoked.
'HTML::Parser' is not a generic SGML parser. We have tried to make it able
to deal with the HTML that is actually "out there", and it normally parses
as closely as possible to the way the popular web browsers do it instead of
strictly following one of the many HTML specifications from W3C. Where
there is disagreement, there is often an option that you can enable to get
the official behaviour.
The document to be parsed may be supplied in arbitrary chunks. This makes
on-the-fly parsing as documents are received from the network possible.
If event driven parsing does not feel right for your application, you might
want to use 'HTML::PullParser'. This is an 'HTML::Parser' subclass that
allows a more conventional program structure.
-----------------------------------------
Repository : Main Repository
Name : perl-HTML-Parser
Version : 3.72-1.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 213.5 KiB
Installed : No
Status : not installed
Source package : perl-HTML-Parser-3.72-1.26.src
Upstream URL : http://search.cpan.org/dist/HTML-Parser/
Summary : HTML parser class
Description :
Objects of the 'HTML::Parser' class will recognize markup and separate it
from plain text (alias data content) in HTML documents. As different kinds
of markup and text are recognized, the corresponding event handlers are
invoked.
'HTML::Parser' is not a generic SGML parser. We have tried to make it able
to deal with the HTML that is actually "out there", and it normally parses
as closely as possible to the way the popular web browsers do it instead of
strictly following one of the many HTML specifications from W3C. Where
there is disagreement, there is often an option that you can enable to get
the official behaviour.
The document to be parsed may be supplied in arbitrary chunks. This makes
on-the-fly parsing as documents are received from the network possible.
If event driven parsing does not feel right for your application, you might
want to use 'HTML::PullParser'. This is an 'HTML::Parser' subclass that
allows a more conventional program structure.