How to Install and Uninstall libxml-filter-detectws-perl Package on Kali Linux

Last updated: May 19,2024

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

Please follow the guidance below to install libxml-filter-detectws-perl on Kali Linux

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

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

This tutorial shows how to uninstall libxml-filter-detectws-perl on Kali Linux:

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

3. Information about the libxml-filter-detectws-perl package on Kali Linux

Package: libxml-filter-detectws-perl
Version: 0.01-8.1
Installed-Size: 36
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libxml-filter-saxt-perl
Size: 12104
SHA256: 853df64fa89311f9ebaa9d9000151d1385d2dc913d0560a830496cf09a952593
SHA1: dcda8ab567116388142ac7d025af1cd8553e7d18
MD5sum: 2804b477fb6e3bd3ae744c09d0f3d99c
Description: 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:
Homepage: https://metacpan.org/release/XML-Filter-DetectWS
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-filter-detectws-perl/libxml-filter-detectws-perl_0.01-8.1_all.deb