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

Last updated: May 19,2024

1. Install "libghc-regex-tdfa-doc" package

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

$ sudo apt update $ sudo apt install libghc-regex-tdfa-doc

2. Uninstall "libghc-regex-tdfa-doc" package

This is a short guide on how to uninstall libghc-regex-tdfa-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-regex-tdfa-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-regex-tdfa-doc
Priority: extra
Section: universe/doc
Installed-Size: 2355
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-regex-tdfa
Version: 1.2.1-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-parsec3-doc, libghc-regex-base-doc
Filename: pool/universe/h/haskell-regex-tdfa/libghc-regex-tdfa-doc_1.2.1-1build1_all.deb
Size: 147394
MD5sum: bd65f85c6bd0da8b95d32136590e2d10
SHA1: 1b271e6edad353cb906d74e0bd6d1ddd76e4e478
SHA256: 7871c9a0a30fdccfc4c66e62db790471ff1476e4c862616b1f8bde93020edb5c
Description-en: Haskell library for a tagged DFA regex engine; documentation
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
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: 84447a2dc96aee585c65d093e08979fe
Homepage: http://hackage.haskell.org/package/regex-tdfa
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu