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

Last updated: September 20,2024

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

This is a short guide on how to install libxml-filter-saxt-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidelines below to uninstall libxml-filter-saxt-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libxml-filter-saxt-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.01-7
Depends: perl
Filename: pool/universe/libx/libxml-filter-saxt-perl/libxml-filter-saxt-perl_0.01-7_all.deb
Size: 8520
MD5sum: 98ab7d82eedd8fbc9ff21124d41a3e87
SHA1: 94a51e1d7375451d3fb24afa44cc477a0c82a964
SHA256: 2aa214989d3d2df19cdd260a54d0edc8431435b51c0ee03175ef3f1dbaec8c69
Description-en: 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: e6681f5721fc6b0ff5a120d573fdd33c
Homepage: http://search.cpan.org/dist/XML-Filter-SAXT/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu