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

Last updated: May 17,2024

1. Install "libghc-xmlhtml-doc" package

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

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

2. Uninstall "libghc-xmlhtml-doc" package

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

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

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

Package: libghc-xmlhtml-doc
Priority: extra
Section: universe/doc
Installed-Size: 1233
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-xmlhtml
Version: 0.2.3.4-5build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-blaze-builder-doc, libghc-blaze-html-doc, libghc-text-doc, libghc-unordered-containers-doc
Filename: pool/universe/h/haskell-xmlhtml/libghc-xmlhtml-doc_0.2.3.4-5build1_all.deb
Size: 83416
MD5sum: cec1fb6a1abe74391b1dbdc841873279
SHA1: fb5b92e8b87bd6a2df216336253f33c0ddb3c3ff
SHA256: f155bcd71852812e3656ddeb30bcb682afe2e08b8e456dca98d37c30bbe167b1
Description-en: XML parser and renderer with HTML 5 quirks mode; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: dd7faa836df1da44489af6736b6a837e
Homepage: http://hackage.haskell.org/package/xmlhtml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu