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

Last updated: May 10,2024

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

In this section, we are going to explain the necessary steps to install libxml-filter-saxt-perl on Kali Linux

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

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

Please follow the instructions below to uninstall libxml-filter-saxt-perl on Kali Linux:

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

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

Package: libxml-filter-saxt-perl
Version: 0.01-9
Installed-Size: 24
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 7644
SHA256: 239ac7af21a731642e3f549ce8ef478aa4d86e84112d1aedea438a89370d5306
SHA1: 17971f0c4b2453109282b474f4c35afe2c6e2487
MD5sum: a4fbc0c21301a3f6a865a4fccb491544
Description: Perl module for replicating events to several event handlers
The XML::Filter::SAXT module is like the Unix 'tee' command in that it
multiplexes the input stream to several output streams. In this case, the
input stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and
the output streams are PerlSAX handlers or filters.
.
The SAXT constructor takes a list of hash references. Each hash
specifies an output handler. The hash keys can be: DocumentHandler,
DTDHandler, EntityResolver or Handler, where Handler is a combination
of the previous three and acts as the default handler. E.g. if
DocumentHandler is not specified, it will try to use Handler.
Description-md5:
Homepage: https://metacpan.org/release/XML-Filter-SAXT
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-filter-saxt-perl/libxml-filter-saxt-perl_0.01-9_all.deb