How to Install and Uninstall libghc-xmlhtml-prof Package on Kali Linux

Last updated: May 03,2024

1. Install "libghc-xmlhtml-prof" package

This tutorial shows how to install libghc-xmlhtml-prof on Kali Linux

$ sudo apt update $ sudo apt install libghc-xmlhtml-prof

2. Uninstall "libghc-xmlhtml-prof" package

This guide let you learn how to uninstall libghc-xmlhtml-prof on Kali Linux:

$ sudo apt remove libghc-xmlhtml-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-xmlhtml-prof package on Kali Linux

Package: libghc-xmlhtml-prof
Source: haskell-xmlhtml (0.2.5.4-1)
Version: 0.2.5.4-1+b2
Installed-Size: 10435
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-xmlhtml-prof-0.2.5.4-34389
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-blaze-builder-prof-0.4.2.3-9c6d4, libghc-blaze-html-prof-0.9.1.2-38c38, libghc-blaze-markup-prof-0.8.3.0-8635a, libghc-bytestring-prof-0.11.5.2-6590e, libghc-containers-prof-0.6.7-a1650, libghc-parsec-prof-3.1.16.1-a16ec, libghc-text-prof-2.0.2-0847e, libghc-unordered-containers-prof-0.2.19.1-230f0, libghc-xmlhtml-dev (= 0.2.5.4-1+b2)
Size: 626324
SHA256: 1c7933b8451b431b54156344f906a5bdf6f0641b4282a28016034b8b2c3284dc
SHA1: bb7e1f03a2072e7d5d0fb3f9c489d9c7366c68b7
MD5sum: c2e487adad1341ec6e65b7b7a3147a57
Description: XML parser and renderer with HTML 5 quirks mode; profiling libraries
Contains renderers and parsers for both XML and HTML 5 document
fragments, which share data structures so that it's easy to work with
both. Document fragments are bits of documents, which are not
constrained by some of the high-level structure rules (in particular,
they may contain more than one root element).
.
Note that this is not a compliant HTML 5 parser. Rather, it is a
parser for HTML 5 compliant documents. It does not implement the HTML
5 parsing algorithm, and should generally be expected to perform
correctly only on documents that you trust to conform to HTML 5. This
is not a suitable library for implementing web crawlers or other
software that will be exposed to documents from outside sources. The
result is also not the HTML 5 node structure, but rather something
closer to the physical structure. For example, omitted start tags are
not inserted (and so, their corresponding end tags must also be
omitted).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/snapframework/xmlhtml
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-xmlhtml/libghc-xmlhtml-prof_0.2.5.4-1+b2_amd64.deb