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

Last updated: May 20,2024

1. Install "libxml-sax-base-perl" package

In this section, we are going to explain the necessary steps to install libxml-sax-base-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libxml-sax-base-perl" package

Learn how to uninstall libxml-sax-base-perl on Ubuntu 21.10 (Impish Indri):

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

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

Package: libxml-sax-base-perl
Architecture: all
Version: 1.09-1.1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 145
Depends: perl:any
Breaks: libxml-sax-perl (<< 0.99+dfsg-1)
Replaces: libxml-sax-perl (<< 0.99+dfsg-1)
Filename: pool/main/libx/libxml-sax-base-perl/libxml-sax-base-perl_1.09-1.1_all.deb
Size: 19028
MD5sum: 1c95748e5aa3869beeee870f3cecbdd6
SHA1: 28f9f341e2a49488882d8a93ecaf4e9d3435c65a
SHA256: 54629664db5fc43640ef6e75aa57c22bc001163ad223a196813b9d8df25a7d9b
SHA512: b8981413a69110025d1a78ba07551b11665d7eba686791fb3f39e87fa7a46d6fb23bab4d8a9b7d764b82702837f3967e3fcd898591278ca184d3929e1c1ca30d
Homepage: https://metacpan.org/release/XML-SAX-Base
Description-en: base class for SAX drivers and filters
XML::SAX::Base is a base class for PerlSAX drivers and filters. The main
advantages that it provides are easy dispatching of events the right way (ie
it takes care for you of checking that the handler has implemented that
method, or has defined an AUTOLOAD), and the guarantee that filters will pass
along events that they aren't implementing to handlers downstream that might
nevertheless be interested in them.
.
This package also provides XML::SAX::Exception.
Description-md5: d2b9fd04fe2bfb32b35febb80f2cfc34
Task: ubuntu-mate-core, ubuntu-mate-desktop