How to Install and Uninstall libhtml-prettyprinter-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libhtml-prettyprinter-perl" package

This tutorial shows how to install libhtml-prettyprinter-perl on Kali Linux

$ sudo apt update $ sudo apt install libhtml-prettyprinter-perl

2. Uninstall "libhtml-prettyprinter-perl" package

This guide let you learn how to uninstall libhtml-prettyprinter-perl on Kali Linux:

$ sudo apt remove libhtml-prettyprinter-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhtml-prettyprinter-perl package on Kali Linux

Package: libhtml-prettyprinter-perl
Version: 0.03-5
Installed-Size: 59
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libhtml-tree-perl, libhtml-tagset-perl, libhtml-parser-perl
Size: 23080
SHA256: 29635e7d41c6cb8fdfb4f6a905ac951f6109aad66790337de38baf151fa19d0a
SHA1: 4ae7ab1e1272d00f5ac66f76bff37b6e2ff4b5f0
MD5sum: 297732e21ed6e7315f117063428072c2
Description: module that generates nice HTML files from HTML syntax trees
HTML::PrettyPrinter produces nicely formatted HTML code from a HTML syntax
tree. It is especially useful if the produced HTML file shall be read or
edited manually afterwards. Various parameters let you adapt the output to
different styles and requirements.
.
If you don't care how the HTML source looks like as long as it is valid and
readable by browsers, you should use the as_HTML() method of HTML::Element
instead of the pretty printer. It is about five times faster.
.
The pretty printer will handle line wrapping, indention and structuring by
the way the whitespace in the tree is represented in the output. Furthermore
upper/lowercase markup and markup minimization, quoting of attribute values,
the encoding of entities and the presence of optional end tags are
configurable.
Description-md5:
Homepage: https://metacpan.org/release/HTML-PrettyPrinter
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libh/libhtml-prettyprinter-perl/libhtml-prettyprinter-perl_0.03-5_all.deb