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

Last updated: May 10,2024

1. Install "libxml-writer-perl" package

Please follow the instructions below to install libxml-writer-perl on Kali Linux

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

2. Uninstall "libxml-writer-perl" package

In this section, we are going to explain the necessary steps to uninstall libxml-writer-perl on Kali Linux:

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

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

Package: libxml-writer-perl
Version: 0.900-2
Installed-Size: 80
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 26820
SHA256: 7a4605bca9f6f2819c6dd9d4c4cacb915920f48972007d98581731e361d3b6d9
SHA1: 0c94d6665da5e9307b161f9b6eec0a7ed2285e19
MD5sum: 93620bc95915ec347cfe91cd673fd846
Description: Perl module for writing XML documents
XML::Writer is a helper module for Perl programs that write an XML
document. The module handles all escaping for attribute values and
character data and constructs different types of markup, such as
tags, comments, and processing instructions.
.
By default, the module performs several well-formedness checks to
catch errors during output. This behaviour can be extremely useful
during development and debugging, but it can be turned off for
production-grade code.
.
The module can operate either in regular mode in or Namespace
processing mode. In Namespace mode, the module will generate
Namespace Declarations itself, and will perform additional checks on
the output.
.
Additional support is available for a simplified data mode with no
mixed content: newlines are automatically inserted around elements
and elements can optionally be indented based as their nesting
level.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/XML-Writer
Tag: devel::lang:perl, devel::library, implemented-in::perl,
works-with-format::xml
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-writer-perl/libxml-writer-perl_0.900-2_all.deb