How to Install and Uninstall libxml-filter-detectws-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libxml-filter-detectws-perl" package

Please follow the steps below to install libxml-filter-detectws-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libxml-filter-detectws-perl

2. Uninstall "libxml-filter-detectws-perl" package

Please follow the guidelines below to uninstall libxml-filter-detectws-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libxml-filter-detectws-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxml-filter-detectws-perl package on Ubuntu 21.10 (Impish Indri)

Package: libxml-filter-detectws-perl
Architecture: all
Version: 0.01-8.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 35
Depends: perl:any, libxml-filter-saxt-perl
Filename: pool/universe/libx/libxml-filter-detectws-perl/libxml-filter-detectws-perl_0.01-8.1_all.deb
Size: 11956
MD5sum: 868efeef697c9b1ca9cb9aa22189d4c9
SHA1: d84000dd3ded1dc1500023ec2014cf3f813aa1e7
SHA256: 740e5ad24234b044c08064893862c5b67713b9f8ee685ece386894c74a3d9ac2
SHA512: 53a648d8b39efcd803f02210251fa6c9ba18d8df677a9f00ac685f9470969785c047ee1de26d453d151a0b1ebd05e65fa120ff5090e86475a0c10c94d4aa6075
Homepage: https://metacpan.org/release/XML-Filter-DetectWS
Description-en: Perl module for detecting ignorable whitespace
The XML::Filter::DetectWS module is a PerlSAX filter that detects which
character data contains ignorable whitespace and optionally filters it.
.
The XML spec defines ignorable whitespace as the character data found
in elements that were defined in an declaration with a model
of 'EMPTY' or 'Children' (Children is the rule that does not contain
'#PCDATA').
.
In addition, XML::Filter::DetectWS allows the user to define other
whitespace to be ignorable. The ignorable whitespace is passed to
the PerlSAX Handler with the ignorable_whitespace handler, provided
that the Handler implements this method. Otherwise it is passed to
the characters handler. If the SkipIgnorableWS is set, the ignorable
whitespace is simply discarded. XML::Filter::DetectWS also takes
xml:space attributes into account.
.
CDATA sections are passed in the standard PerlSAX way (i.e. with
surrounding start_cdata and end_cdata events), unless the Handler
does not implement these methods. In that case, the CDATA section is
simply passed to the characters method.
Description-md5: d5b079357e12f74b6aa1c1ddee134e2d