How to Install and Uninstall libxml-filter-detectws-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

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

Please follow the guidance below to install libxml-filter-detectws-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall libxml-filter-detectws-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libxml-filter-detectws-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libxml-filter-detectws-perl
Priority: optional
Section: universe/perl
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.01-7
Depends: perl, libxml-filter-saxt-perl
Filename: pool/universe/libx/libxml-filter-detectws-perl/libxml-filter-detectws-perl_0.01-7_all.deb
Size: 13010
MD5sum: d40944a997092fa99744ab629cb13c3f
SHA1: cfa69c112fc346b06af48715cec6aae0af49ff99
SHA256: d649b90bd6369440fbe36b16013a2986e20b2e07ae4f4817203344e2e677d5af
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
Homepage: http://search.cpan.org/dist/XML-Filter-DetectWS/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu