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

Last updated: May 16,2024

1. Install "libhtml-encoding-perl" package

Learn how to install libhtml-encoding-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libhtml-encoding-perl" package

This guide covers the steps necessary to uninstall libhtml-encoding-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libhtml-encoding-perl
Priority: optional
Section: universe/perl
Installed-Size: 100
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.61-1
Depends: perl, libhtml-parser-perl, libwww-perl
Filename: pool/universe/libh/libhtml-encoding-perl/libhtml-encoding-perl_0.61-1_all.deb
Size: 20352
MD5sum: 733ae3ad026fc943b6a4a2437f946283
SHA1: 21d1036b07bc05321dec4da7b7f7ca10ea899dcb
SHA256: 1e8d56f86888a46a0465555a31f9ef4fc389e6cf07c0f59d2abc05e6c0ac0a8d
Description-en: perl module determining the encoding of HTML/XML/XHTML documents
HTML::Encoding helps to determine the encoding of HTML and XML/XHTML
documents. It can export the following functions:
.
encoding_from_content - Extracts charset from the Content-Type header value.
encoding_from_byte_order_mark - Read byte order mark from an octet sequence.
encoding_from_xml_declaration - Extract encoding XML or text declaration.
encoding_from_first_chars - Can be useful to distinguish UTF-16LE from UTF-8.
encoding_from_meta_element - Looks at .
encoding_from_xml_document - A best guess from a list of suspected encodings.
encoding_from_html_document - A best guess from a list of suspected encodings.
encoding_from_http_message - Takes an HTTP::Message and returns the encoding.
Description-md5: beba52f85261eebe0d39b56f64dee250
Homepage: http://search.cpan.org/dist/HTML-Encoding/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu