How to Install and Uninstall libhtml-prettyprinter-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libhtml-prettyprinter-perl" package

Please follow the guidance below to install libhtml-prettyprinter-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libhtml-prettyprinter-perl" package

Please follow the steps below to uninstall libhtml-prettyprinter-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libhtml-prettyprinter-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libhtml-prettyprinter-perl
Priority: optional
Section: universe/perl
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.03-3
Depends: perl, libhtml-tree-perl, libhtml-tagset-perl, libhtml-parser-perl
Filename: pool/universe/libh/libhtml-prettyprinter-perl/libhtml-prettyprinter-perl_0.03-3_all.deb
Size: 22930
MD5sum: e7402e8c7e4559dc4709fc63c5b1217d
SHA1: 555a8327de2c25618624b9c01a20fe691e4e9a48
SHA256: b2b9a33c94e0e0e3037c1468dd0c0f5244ab14892cc41210ad83eb7f2b0d2bc7
Description-en: 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: d612ea59b24c4d35874b87ba8aa695d5
Homepage: https://metacpan.org/release/HTML-PrettyPrinter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu