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

Last updated: May 17,2024

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

Please follow the instructions below to install libxml-filter-reindent-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Learn how to uninstall libxml-filter-reindent-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libxml-filter-reindent-perl
Priority: optional
Section: universe/perl
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.03-7
Depends: perl, libxml-filter-detectws-perl
Suggests: libxml-handler-composer-perl
Filename: pool/universe/libx/libxml-filter-reindent-perl/libxml-filter-reindent-perl_0.03-7_all.deb
Size: 11360
MD5sum: 1b0a8ca95457124718ddff1dd5d84c84
SHA1: 5f3b6e041f043fb610ccf9b24a5c8c4e3afa1505
SHA256: 819e6d34fcce14f75d059be9aab0e5841c38aa0cb28fb4257f3b8578de90a6fc
Description-en: Perl module for reformatting whitespace for pretty printing XML
This module can be used as a PerlSAX filter to reformat an XML
document before sending it to a PerlSAX handler that prints it (like
XML::Handler::Composer).
.
Like XML::Filter::DetectWS, it detects ignorable whitespace and
blocks of whitespace characters in certain places. It uses this
information and information supplied by the user to determine where
whitespace may be modified, deleted or inserted. Based on the indent
settings, it then modifies, inserts and deletes characters and
ignorable_whitespace events accordingly.
.
This is just a first stab at the implementation. It may be buggy and
may change completely!
.
The suggested package is only needed for the example 'pretty.pl'
Description-md5: 9d946622bc6e4f84573645f9de4e5234
Homepage: http://search.cpan.org/dist/XML-Filter-Reindent/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu