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

Last updated: May 10,2024

1. Install "libghc-xmlhtml-dev" package

Please follow the instructions below to install libghc-xmlhtml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-xmlhtml-dev" package

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

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

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

Package: libghc-xmlhtml-dev
Priority: extra
Section: universe/haskell
Installed-Size: 15310
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-xmlhtml
Version: 0.2.3.4-5build1
Provides: libghc-xmlhtml-dev-0.2.3.4-bcbb0
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-blaze-builder-dev-0.4.0.1-073b5, libghc-blaze-html-dev-0.8.1.1-d2f0d, libghc-blaze-markup-dev-0.7.0.3-25645, libghc-bytestring-dev-0.10.6.0-9a873, libghc-containers-dev-0.5.6.2-59326, libghc-parsec-dev-3.1.9-c97a6, libghc-text-dev-1.2.2.0-2c09c, libghc-unordered-containers-dev-0.2.5.1-a371f, libc6 (>= 2.2.5)
Suggests: libghc-xmlhtml-doc, libghc-xmlhtml-prof
Filename: pool/universe/h/haskell-xmlhtml/libghc-xmlhtml-dev_0.2.3.4-5build1_amd64.deb
Size: 1035582
MD5sum: 3ad6a12d1cc724e590dac6f24c4a64d6
SHA1: fea4e02a067c1d347524f755a3061aebc33a81ea
SHA256: 6132ee0fff2fc2a9525717192a96a797e8109549112df9201f872d4a5af60102
Description-en: XML parser and renderer with HTML 5 quirks mode
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.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 39e7b76f58f46eced3e94f2f071c9574
Homepage: http://hackage.haskell.org/package/xmlhtml
Ghc-Package: xmlhtml-0.2.3.4-bcbb0704bccf8ea049c69c96edf4f927
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu