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

Last updated: May 21,2024

1. Install "libhtml-encoding-perl" package

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

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

2. Uninstall "libhtml-encoding-perl" package

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

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

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

Package: libhtml-encoding-perl
Version: 0.61-3
Installed-Size: 57
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libhtml-parser-perl, libwww-perl
Size: 20072
SHA256: a2473b6ed9cdcad5e69858dc85e4401660c9466045702fc671edfc5a156a39b3
SHA1: 5ddb169e340ad58d9d04fa89b1faa829108ec1e8
MD5sum: 41fc44892eaaf511287335d9c1aa6854
Description: 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:
Homepage: https://metacpan.org/release/HTML-Encoding
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libh/libhtml-encoding-perl/libhtml-encoding-perl_0.61-3_all.deb