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

Last updated: May 13,2024

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

Please follow the step by step instructions below to install libghc-regex-tdfa-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide let you learn how to uninstall libghc-regex-tdfa-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-regex-tdfa-prof
Priority: extra
Section: universe/haskell
Installed-Size: 14763
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-regex-tdfa
Version: 1.2.1-1build1
Provides: libghc-regex-tdfa-prof-1.2.1-0d246
Depends: libghc-regex-tdfa-dev (= 1.2.1-1build1), libghc-array-prof-0.5.1.0-960bf, libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-containers-prof-0.5.6.2-59326, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-mtl-prof-2.2.1-3af90, libghc-parsec-prof-3.1.9-c97a6, libghc-regex-base-prof-0.93.2-9b039
Filename: pool/universe/h/haskell-regex-tdfa/libghc-regex-tdfa-prof_1.2.1-1build1_amd64.deb
Size: 1064412
MD5sum: 440d7ea26f13c8a8ddfb66c553cf18e8
SHA1: e7cc46f060355b14327bbc734842cc924e702963
SHA256: f41311f623aadd14c5c81276d434be65e37d483695468ffc3504898a9807754b
Description-en: Haskell library for a tagged DFA regex engine; profiling libraries
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 a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 32383deafe24648ddf815812157aae4c
Homepage: http://hackage.haskell.org/package/regex-tdfa
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu