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

Last updated: December 23,2024

1. Install "libxml-parser-perl" package

Here is a brief guide to show you how to install libxml-parser-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libxml-parser-perl" package

Please follow the guidelines below to uninstall libxml-parser-perl on Ubuntu 21.10 (Impish Indri):

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

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

Package: libxml-parser-perl
Architecture: amd64
Version: 2.46-2
Multi-Arch: same
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 687
Depends: perl (>= 5.32.0-5), perlapi-5.32.0, libc6 (>= 2.14), libexpat1 (>= 2.0.1), liburi-perl, libwww-perl
Filename: pool/main/libx/libxml-parser-perl/libxml-parser-perl_2.46-2_amd64.deb
Size: 191560
MD5sum: 8146f2481feae6546f2922ad32bf368a
SHA1: a14ad0a5d6b8358c1a42d423fdb6e4add835ce78
SHA256: 1e113b7dfa936c0958f775ddf6ab215fdc5d477ac4fc592f8219581d007276c6
SHA512: 22f9e5a3f22b9a390396ecea664571b6d62b3a8f0941bd1c6a6c3fa75cca366ea8f214920f2ee1119aa44abbc778fc47c1f9fb7f1924042a402beb41a0b12c8d
Homepage: https://metacpan.org/release/XML-Parser
Description-en: Perl module for parsing XML files
The XML::Parser module provides ways to parse XML documents. It is built on
top of XML::Parser::Expat, which is a lower level interface to James Clark's
expat library. Each call to one of the parsing methods creates a new instance
of XML::Parser::Expat which is then used to parse the document. Expat options
may be provided when the XML::Parser object is created. These options are
then passed on to the Expat object on each parse call. They can also be given
as extra arguments to the parse methods, in which case they override options
given at XML::Parser creation time.
.
The behavior of the parser is controlled either by Style and/or Handlers
options, or by setHandlers method. These all provide mechanisms for
XML::Parser to set the handlers needed by XML::Parser::Expat. If neither
Style nor Handlers are specified, then parsing just checks the document for
being well-formed.
.
When underlying handlers get called, they receive as their first parameter
the Expat object, not the Parser object.
Description-md5: 1d62424e8724202d89f9a9fadad8266e
Task: ubuntu-desktop-minimal, ubuntu-desktop, kubuntu-desktop, kubuntu-full, xubuntu-core, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop, ubuntustudio-fonts, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop, ubuntu-budgie-desktop-raspi