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

Last updated: May 20,2024

1. Install "libxml-sax-perl" package

Please follow the instructions below to install libxml-sax-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libxml-sax-perl

2. Uninstall "libxml-sax-perl" package

Please follow the step by step instructions below to uninstall libxml-sax-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libxml-sax-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libxml-sax-perl
Architecture: all
Version: 1.02+dfsg-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 180
Depends: perl, libxml-namespacesupport-perl, libxml-sax-base-perl, ucf
Recommends: libwww-perl, libxml-sax-expat-perl
Filename: pool/main/libx/libxml-sax-perl/libxml-sax-perl_1.02+dfsg-1_all.deb
Size: 56228
MD5sum: 21121409ffb6a67cb1e89147dcd882a6
SHA1: 050fe07255e5080615a4dcf3d160acc6a3ef569d
SHA256: a87d90ad32c6686f37d3c9e479ef7a61d611620fde6c86cea81508fb515ff213
SHA512: 185d85d58cee3cec5b9aec6bc1caa06dfd26f03c764b949dfc5e71c88f52c5ebe78b201e47ec913ed0e32624a0537296870dd1d7b2c885afc45f1085eadff009
Homepage: https://metacpan.org/release/XML-SAX/
Description-en: Perl module for using and building Perl SAX2 XML processors
XML::SAX consists of several framework classes for using and
building Perl SAX2 XML parsers, filters, and drivers. It is designed
around the need to be able to "plug in" different SAX parsers to an
application without requiring programmer intervention. Those of you
familiar with the DBI will be right at home. Some of the designs
come from the Java JAXP specification (SAX part), only without the
javaness.
.
The package also contains a SAX parser, XML::SAX::PurePerl, but it
is considered too slow for serious use and is only provided as a
fallback parser. It is recommend XML::SAX::Expat (provided in
libxml-sax-expat-perl) instead.
.
The framework includes a Debian-specific script (called
update-perl-sax-parsers) to manage the ParserDetails.ini file. This
script is intended to be used in postinst and prerm package scripts to
(de)register parsers. See README.Debian for more info.
Description-md5: 85b6ca7554a3537b49500d73d818d9b6
Task: ubuntu-mate-core, ubuntu-mate-desktop