How to Install and Uninstall libghc-xmlhtml-prof Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libghc-xmlhtml-prof" package

This is a short guide on how to install libghc-xmlhtml-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-xmlhtml-prof" package

Please follow the instructions below to uninstall libghc-xmlhtml-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libghc-xmlhtml-prof package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-xmlhtml-prof
Priority: extra
Section: universe/haskell
Installed-Size: 9379
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-xmlhtml
Version: 0.2.3.4-5build1
Provides: libghc-xmlhtml-prof-0.2.3.4-bcbb0
Depends: libghc-xmlhtml-dev (= 0.2.3.4-5build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-blaze-builder-prof-0.4.0.1-073b5, libghc-blaze-html-prof-0.8.1.1-d2f0d, libghc-blaze-markup-prof-0.7.0.3-25645, libghc-bytestring-prof-0.10.6.0-9a873, libghc-containers-prof-0.5.6.2-59326, libghc-parsec-prof-3.1.9-c97a6, libghc-text-prof-1.2.2.0-2c09c, libghc-unordered-containers-prof-0.2.5.1-a371f
Filename: pool/universe/h/haskell-xmlhtml/libghc-xmlhtml-prof_0.2.3.4-5build1_amd64.deb
Size: 483854
MD5sum: b6fffd34c8911c95b745f8c57271305c
SHA1: 8741bfbbb43d5b4addda762a54a0b3bbfcab2f69
SHA256: 47827282db977c01f16f9bc3dcd71547a55cb9bff149862315f10d1d23883b0d
Description-en: 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: 62d6273bf18c18689ebb0d2392f3f1da
Homepage: http://hackage.haskell.org/package/xmlhtml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu