How to Install and Uninstall ghc-regex-tdfa.x86_64 Package on Fedora 39

Last updated: September 29,2024

1. Install "ghc-regex-tdfa.x86_64" package

This guide covers the steps necessary to install ghc-regex-tdfa.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ghc-regex-tdfa.x86_64

2. Uninstall "ghc-regex-tdfa.x86_64" package

This guide let you learn how to uninstall ghc-regex-tdfa.x86_64 on Fedora 39:

$ sudo dnf remove ghc-regex-tdfa.x86_64 $ sudo dnf autoremove

3. Information about the ghc-regex-tdfa.x86_64 package on Fedora 39

Last metadata expiration check: 0:42:51 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-regex-tdfa
Version : 1.3.2.1
Release : 1.fc39
Architecture : x86_64
Size : 326 k
Source : ghc-regex-tdfa-1.3.2.1-1.fc39.src.rpm
Repository : fedora
Summary : Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)
URL : https://hackage.haskell.org/package/regex-tdfa
License : BSD-3-Clause
Description : This package provides a pure Haskell "Tagged" DFA regex engine for
: . This implementation was
: inspired by the algorithm (and Master's thesis) behind the regular expression
: library known as .
:
: Please consult the "Text.Regex.TDFA" module for API documentation including a
: tutorial with usage examples; see also
: for general information about
: regular expression support in Haskell.